Shades of Fog #DECAFC
Tints of Fog #DECAFC
RGB
CMYK
RGB Variations
Color information
#DECAFC (or 0xDECAFC) is known color: Fog. HEX triplet: DE, CA and FC. RGB value is (222,202,252). Sum of RGB (Red+Green+Blue) = 222+202+252=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #DECAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAFC is #213503. Grayscale: #D5D5D5. Windows color (decimal): -2176260 or 16567006. OLE color: 16567006.
HSL color Cylindrical-coordinate representation of color #DECAFC: hue angle of 264º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DECAFC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 202 | 252 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.01 |
| HSL | 264º | 0.89% | 0.89% | - |
| HSV(B) | 264º | 0.2% | 0.99% | - |
| XYZ | 68.82 | 64.8 | 100.98 | - |
| YUV | 213.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 252 | 0.12 | 0.20 | 0 | 0.01 | 264 | 0.89 | 0.89 |
| Hex | DE | CA | FC | C | 14 | 0 | 1 | 108 | 59 | 59 |
| Octal | 336 | 312 | 374 | 14 | 24 | 0 | 1 | 410 | 131 | 131 |
| Binary | 11011110 | 11001010 | 11111100 | 1100 | 10100 | 0 | 1 | 100001000 | 1011001 | 1011001 |
Color Harmonies of #DECAFC
Complementary color
Monochromatic Colors of #DECAFC
Black with #DECAFC
Text Example
Text Example
White with #DECAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAFC; }
p { color: rgb(222,202,252); }
H1.HeaderClassName
{
color: #DECAFC;
}
.AnyTagClassName
{
color: #DECAFC;
}
</style>
background-color css
<style>
a { background-color: #DECAFC; }
a { background-color: rgb(222,202,252); }
div.DivClassName
{
background-color: #DECAFC;
}
.BgClassName
{
background-color: #DECAFC;
}
</style>
border-color css
<style>
span { border-color: #DECAFC; }
span { border-color: rgb(222,202,252); }
td.TdClassName
{
border-color: #DECAFC;
}
.TagClassName
{
border-color: #DECAFC;
}
</style>