Shades of Fog #DECAF0
Tints of Fog #DECAF0
RGB
CMYK
RGB Variations
Color information
#DECAF0 (or 0xDECAF0) is known color: Fog. HEX triplet: DE, CA and F0. RGB value is (222,202,240). Sum of RGB (Red+Green+Blue) = 222+202+240=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #DECAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAF0 is #21350F. Grayscale: #D4D4D4. Windows color (decimal): -2176272 or 15780574. OLE color: 15780574.
HSL color Cylindrical-coordinate representation of color #DECAF0: hue angle of 271.58º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DECAF0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 202 | 240 | - |
CMYK | 0.08 | 0.16 | 0 | 0.06 |
HSL | 271.58º | 0.56% | 0.87% | - |
HSV(B) | 271.58º | 0.16% | 0.94% | - |
XYZ | 66.97 | 64.06 | 91.27 | - |
YUV | 212.31 | 143.63 | 134.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 202 | 240 | 0.08 | 0.16 | 0 | 0.06 | 271.58 | 0.56 | 0.87 |
Hex | DE | CA | F0 | 8 | 10 | 0 | 6 | 110 | 38 | 57 |
Octal | 336 | 312 | 360 | 10 | 20 | 0 | 6 | 420 | 70 | 127 |
Binary | 11011110 | 11001010 | 11110000 | 1000 | 10000 | 0 | 110 | 100010000 | 111000 | 1010111 |
Color Harmonies of #DECAF0
Complementary color
Monochromatic Colors of #DECAF0
Black with #DECAF0
Text Example
Text Example
White with #DECAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAF0; }
p { color: rgb(222,202,240); }
H1.HeaderClassName
{
color: #DECAF0;
}
.AnyTagClassName
{
color: #DECAF0;
}
</style>
background-color css
<style>
a { background-color: #DECAF0; }
a { background-color: rgb(222,202,240); }
div.DivClassName
{
background-color: #DECAF0;
}
.BgClassName
{
background-color: #DECAF0;
}
</style>
border-color css
<style>
span { border-color: #DECAF0; }
span { border-color: rgb(222,202,240); }
td.TdClassName
{
border-color: #DECAF0;
}
.TagClassName
{
border-color: #DECAF0;
}
</style>