Shades of Fog #DECAF5
Tints of Fog #DECAF5
RGB
CMYK
RGB Variations
Color information
#DECAF5 (or 0xDECAF5) is known color: Fog. HEX triplet: DE, CA and F5. RGB value is (222,202,245). Sum of RGB (Red+Green+Blue) = 222+202+245=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #DECAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAF5 is #21350A. Grayscale: #D4D4D4. Windows color (decimal): -2176267 or 16108254. OLE color: 16108254.
HSL color Cylindrical-coordinate representation of color #DECAF5: hue angle of 267.91º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECAF5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 202 | 245 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.04 |
| HSL | 267.91º | 0.68% | 0.88% | - |
| HSV(B) | 267.91º | 0.18% | 0.96% | - |
| XYZ | 67.73 | 64.36 | 95.24 | - |
| YUV | 212.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 245 | 0.09 | 0.18 | 0 | 0.04 | 267.91 | 0.68 | 0.88 |
| Hex | DE | CA | F5 | 9 | 12 | 0 | 4 | 10C | 44 | 58 |
| Octal | 336 | 312 | 365 | 11 | 22 | 0 | 4 | 414 | 104 | 130 |
| Binary | 11011110 | 11001010 | 11110101 | 1001 | 10010 | 0 | 100 | 100001100 | 1000100 | 1011000 |
Color Harmonies of #DECAF5
Complementary color
Monochromatic Colors of #DECAF5
Black with #DECAF5
Text Example
Text Example
White with #DECAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAF5; }
p { color: rgb(222,202,245); }
H1.HeaderClassName
{
color: #DECAF5;
}
.AnyTagClassName
{
color: #DECAF5;
}
</style>
background-color css
<style>
a { background-color: #DECAF5; }
a { background-color: rgb(222,202,245); }
div.DivClassName
{
background-color: #DECAF5;
}
.BgClassName
{
background-color: #DECAF5;
}
</style>
border-color css
<style>
span { border-color: #DECAF5; }
span { border-color: rgb(222,202,245); }
td.TdClassName
{
border-color: #DECAF5;
}
.TagClassName
{
border-color: #DECAF5;
}
</style>