Shades of Selago #FFDDFF
Tints of Selago #FFDDFF
RGB
CMYK
RGB Variations
Color information
#FFDDFF (or 0xFFDDFF) is known color: Selago. HEX triplet: FF, DD and FF. RGB value is (255,221,255). Sum of RGB (Red+Green+Blue) = 255+221+255=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 221 (86.72% from 255 or 30.23% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFF is #002200. Grayscale: #EAEAEA. Windows color (decimal): -8705 or 16768511. OLE color: 16768511.
HSL color Cylindrical-coordinate representation of color #FFDDFF: hue angle of 300º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDFF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 255 | - |
CMYK | 0 | 0.13 | 0 | 0 |
HSL | 300º | 1% | 0.93% | - |
HSV(B) | 300º | 0.13% | 1% | - |
XYZ | 85.15 | 80.19 | 105.6 | - |
YUV | 235.04 | 139.26 | 142.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 255 | 0 | 0.13 | 0 | 0 | 300 | 1 | 0.93 |
Hex | FF | DD | FF | 0 | D | 0 | 0 | 12C | 64 | 5D |
Octal | 377 | 335 | 377 | 0 | 15 | 0 | 0 | 454 | 144 | 135 |
Binary | 11111111 | 11011101 | 11111111 | 0 | 1101 | 0 | 0 | 100101100 | 1100100 | 1011101 |
Color Harmonies of #FFDDFF
Complementary color
Monochromatic Colors of #FFDDFF
Black with #FFDDFF
Text Example
Text Example
White with #FFDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDFF; }
p { color: rgb(255,221,255); }
H1.HeaderClassName
{
color: #FFDDFF;
}
.AnyTagClassName
{
color: #FFDDFF;
}
</style>
background-color css
<style>
a { background-color: #FFDDFF; }
a { background-color: rgb(255,221,255); }
div.DivClassName
{
background-color: #FFDDFF;
}
.BgClassName
{
background-color: #FFDDFF;
}
</style>
border-color css
<style>
span { border-color: #FFDDFF; }
span { border-color: rgb(255,221,255); }
td.TdClassName
{
border-color: #FFDDFF;
}
.TagClassName
{
border-color: #FFDDFF;
}
</style>