Shades of Fog #DECAF4
Tints of Fog #DECAF4
RGB
CMYK
RGB Variations
Color information
#DECAF4 (or 0xDECAF4) is known color: Fog. HEX triplet: DE, CA and F4. RGB value is (222,202,244). Sum of RGB (Red+Green+Blue) = 222+202+244=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #DECAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAF4 is #21350B. Grayscale: #D4D4D4. Windows color (decimal): -2176268 or 16042718. OLE color: 16042718.
HSL color Cylindrical-coordinate representation of color #DECAF4: hue angle of 268.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DECAF4 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 202 | 244 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.04 |
| HSL | 268.57º | 0.66% | 0.87% | - |
| HSV(B) | 268.57º | 0.17% | 0.96% | - |
| XYZ | 67.57 | 64.3 | 94.44 | - |
| YUV | 212.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 244 | 0.09 | 0.17 | 0 | 0.04 | 268.57 | 0.66 | 0.87 |
| Hex | DE | CA | F4 | 9 | 11 | 0 | 4 | 10D | 42 | 57 |
| Octal | 336 | 312 | 364 | 11 | 21 | 0 | 4 | 415 | 102 | 127 |
| Binary | 11011110 | 11001010 | 11110100 | 1001 | 10001 | 0 | 100 | 100001101 | 1000010 | 1010111 |
Color Harmonies of #DECAF4
Complementary color
Monochromatic Colors of #DECAF4
Black with #DECAF4
Text Example
Text Example
White with #DECAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAF4; }
p { color: rgb(222,202,244); }
H1.HeaderClassName
{
color: #DECAF4;
}
.AnyTagClassName
{
color: #DECAF4;
}
</style>
background-color css
<style>
a { background-color: #DECAF4; }
a { background-color: rgb(222,202,244); }
div.DivClassName
{
background-color: #DECAF4;
}
.BgClassName
{
background-color: #DECAF4;
}
</style>
border-color css
<style>
span { border-color: #DECAF4; }
span { border-color: rgb(222,202,244); }
td.TdClassName
{
border-color: #DECAF4;
}
.TagClassName
{
border-color: #DECAF4;
}
</style>