Shades of Fog #DEC9F9
Tints of Fog #DEC9F9
RGB
CMYK
RGB Variations
Color information
#DEC9F9 (or 0xDEC9F9) is known color: Fog. HEX triplet: DE, C9 and F9. RGB value is (222,201,249). Sum of RGB (Red+Green+Blue) = 222+201+249=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9F9 is #213606. Grayscale: #D4D4D4. Windows color (decimal): -2176519 or 16370142. OLE color: 16370142.
HSL color Cylindrical-coordinate representation of color #DEC9F9: hue angle of 266.25º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC9F9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 201 | 249 | - |
CMYK | 0.11 | 0.19 | 0 | 0.02 |
HSL | 266.25º | 0.8% | 0.88% | - |
HSV(B) | 266.25º | 0.19% | 0.98% | - |
XYZ | 68.11 | 64.14 | 98.41 | - |
YUV | 212.75 | 148.46 | 134.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 201 | 249 | 0.11 | 0.19 | 0 | 0.02 | 266.25 | 0.8 | 0.88 |
Hex | DE | C9 | F9 | B | 13 | 0 | 2 | 10A | 50 | 58 |
Octal | 336 | 311 | 371 | 13 | 23 | 0 | 2 | 412 | 120 | 130 |
Binary | 11011110 | 11001001 | 11111001 | 1011 | 10011 | 0 | 10 | 100001010 | 1010000 | 1011000 |
Color Harmonies of #DEC9F9
Complementary color
Monochromatic Colors of #DEC9F9
Black with #DEC9F9
Text Example
Text Example
White with #DEC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9F9; }
p { color: rgb(222,201,249); }
H1.HeaderClassName
{
color: #DEC9F9;
}
.AnyTagClassName
{
color: #DEC9F9;
}
</style>
background-color css
<style>
a { background-color: #DEC9F9; }
a { background-color: rgb(222,201,249); }
div.DivClassName
{
background-color: #DEC9F9;
}
.BgClassName
{
background-color: #DEC9F9;
}
</style>
border-color css
<style>
span { border-color: #DEC9F9; }
span { border-color: rgb(222,201,249); }
td.TdClassName
{
border-color: #DEC9F9;
}
.TagClassName
{
border-color: #DEC9F9;
}
</style>