Shades of Fog #DEC9FF
Tints of Fog #DEC9FF
RGB
CMYK
RGB Variations
Color information
#DEC9FF (or 0xDEC9FF) is known color: Fog. HEX triplet: DE, C9 and FF. RGB value is (222,201,255). Sum of RGB (Red+Green+Blue) = 222+201+255=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9FF is #213600. Grayscale: #D5D5D5. Windows color (decimal): -2176513 or 16763358. OLE color: 16763358.
HSL color Cylindrical-coordinate representation of color #DEC9FF: hue angle of 263.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC9FF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 201 | 255 | - |
| CMYK | 0.13 | 0.21 | 0 | 0 |
| HSL | 263.33º | 1% | 0.89% | - |
| HSV(B) | 263.33º | 0.21% | 1% | - |
| XYZ | 69.06 | 64.52 | 103.42 | - |
| YUV | 213.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 255 | 0.13 | 0.21 | 0 | 0 | 263.33 | 1 | 0.89 |
| Hex | DE | C9 | FF | D | 15 | 0 | 0 | 107 | 64 | 59 |
| Octal | 336 | 311 | 377 | 15 | 25 | 0 | 0 | 407 | 144 | 131 |
| Binary | 11011110 | 11001001 | 11111111 | 1101 | 10101 | 0 | 0 | 100000111 | 1100100 | 1011001 |
Color Harmonies of #DEC9FF
Complementary color
Monochromatic Colors of #DEC9FF
Black with #DEC9FF
Text Example
Text Example
White with #DEC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9FF; }
p { color: rgb(222,201,255); }
H1.HeaderClassName
{
color: #DEC9FF;
}
.AnyTagClassName
{
color: #DEC9FF;
}
</style>
background-color css
<style>
a { background-color: #DEC9FF; }
a { background-color: rgb(222,201,255); }
div.DivClassName
{
background-color: #DEC9FF;
}
.BgClassName
{
background-color: #DEC9FF;
}
</style>
border-color css
<style>
span { border-color: #DEC9FF; }
span { border-color: rgb(222,201,255); }
td.TdClassName
{
border-color: #DEC9FF;
}
.TagClassName
{
border-color: #DEC9FF;
}
</style>