Shades of Fog #DECAFE
Tints of Fog #DECAFE
RGB
CMYK
RGB Variations
Color information
#DECAFE (or 0xDECAFE) is known color: Fog. HEX triplet: DE, CA and FE. RGB value is (222,202,254). Sum of RGB (Red+Green+Blue) = 222+202+254=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #DECAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAFE is #213501. Grayscale: #D5D5D5. Windows color (decimal): -2176258 or 16698078. OLE color: 16698078.
HSL color Cylindrical-coordinate representation of color #DECAFE: hue angle of 263.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DECAFE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 202 | 254 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.00 |
| HSL | 263.08º | 0.96% | 0.89% | - |
| HSV(B) | 263.08º | 0.2% | 1% | - |
| XYZ | 69.13 | 64.93 | 102.65 | - |
| YUV | 213.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 254 | 0.13 | 0.20 | 0 | 0.00 | 263.08 | 0.96 | 0.89 |
| Hex | DE | CA | FE | D | 14 | 0 | 0 | 107 | 60 | 59 |
| Octal | 336 | 312 | 376 | 15 | 24 | 0 | 0 | 407 | 140 | 131 |
| Binary | 11011110 | 11001010 | 11111110 | 1101 | 10100 | 0 | 0 | 100000111 | 1100000 | 1011001 |
Color Harmonies of #DECAFE
Complementary color
Monochromatic Colors of #DECAFE
Black with #DECAFE
Text Example
Text Example
White with #DECAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAFE; }
p { color: rgb(222,202,254); }
H1.HeaderClassName
{
color: #DECAFE;
}
.AnyTagClassName
{
color: #DECAFE;
}
</style>
background-color css
<style>
a { background-color: #DECAFE; }
a { background-color: rgb(222,202,254); }
div.DivClassName
{
background-color: #DECAFE;
}
.BgClassName
{
background-color: #DECAFE;
}
</style>
border-color css
<style>
span { border-color: #DECAFE; }
span { border-color: rgb(222,202,254); }
td.TdClassName
{
border-color: #DECAFE;
}
.TagClassName
{
border-color: #DECAFE;
}
</style>