Shades of Fog #DECAF7
Tints of Fog #DECAF7
RGB
CMYK
RGB Variations
Color information
#DECAF7 (or 0xDECAF7) is known color: Fog. HEX triplet: DE, CA and F7. RGB value is (222,202,247). Sum of RGB (Red+Green+Blue) = 222+202+247=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #DECAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAF7 is #213508. Grayscale: #D4D4D4. Windows color (decimal): -2176265 or 16239326. OLE color: 16239326.
HSL color Cylindrical-coordinate representation of color #DECAF7: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECAF7 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 202 | 247 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.03 |
| HSL | 266.67º | 0.74% | 0.88% | - |
| HSV(B) | 266.67º | 0.18% | 0.97% | - |
| XYZ | 68.03 | 64.49 | 96.86 | - |
| YUV | 213.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 247 | 0.10 | 0.18 | 0 | 0.03 | 266.67 | 0.74 | 0.88 |
| Hex | DE | CA | F7 | A | 12 | 0 | 3 | 10B | 4A | 58 |
| Octal | 336 | 312 | 367 | 12 | 22 | 0 | 3 | 413 | 112 | 130 |
| Binary | 11011110 | 11001010 | 11110111 | 1010 | 10010 | 0 | 11 | 100001011 | 1001010 | 1011000 |
Color Harmonies of #DECAF7
Complementary color
Monochromatic Colors of #DECAF7
Black with #DECAF7
Text Example
Text Example
White with #DECAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAF7; }
p { color: rgb(222,202,247); }
H1.HeaderClassName
{
color: #DECAF7;
}
.AnyTagClassName
{
color: #DECAF7;
}
</style>
background-color css
<style>
a { background-color: #DECAF7; }
a { background-color: rgb(222,202,247); }
div.DivClassName
{
background-color: #DECAF7;
}
.BgClassName
{
background-color: #DECAF7;
}
</style>
border-color css
<style>
span { border-color: #DECAF7; }
span { border-color: rgb(222,202,247); }
td.TdClassName
{
border-color: #DECAF7;
}
.TagClassName
{
border-color: #DECAF7;
}
</style>