Shades of Fog #DECEF1
Tints of Fog #DECEF1
RGB
CMYK
RGB Variations
Color information
#DECEF1 (or 0xDECEF1) is known color: Fog. HEX triplet: DE, CE and F1. RGB value is (222,206,241). Sum of RGB (Red+Green+Blue) = 222+206+241=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #DECEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEF1 is #21310E. Grayscale: #D6D6D6. Windows color (decimal): -2175247 or 15847134. OLE color: 15847134.
HSL color Cylindrical-coordinate representation of color #DECEF1: hue angle of 267.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DECEF1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 206 | 241 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.05 |
| HSL | 267.43º | 0.56% | 0.88% | - |
| HSV(B) | 267.43º | 0.15% | 0.95% | - |
| XYZ | 68.07 | 66.02 | 92.38 | - |
| YUV | 214.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 241 | 0.08 | 0.15 | 0 | 0.05 | 267.43 | 0.56 | 0.88 |
| Hex | DE | CE | F1 | 8 | F | 0 | 5 | 10B | 38 | 58 |
| Octal | 336 | 316 | 361 | 10 | 17 | 0 | 5 | 413 | 70 | 130 |
| Binary | 11011110 | 11001110 | 11110001 | 1000 | 1111 | 0 | 101 | 100001011 | 111000 | 1011000 |
Color Harmonies of #DECEF1
Complementary color
Monochromatic Colors of #DECEF1
Black with #DECEF1
Text Example
Text Example
White with #DECEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEF1; }
p { color: rgb(222,206,241); }
H1.HeaderClassName
{
color: #DECEF1;
}
.AnyTagClassName
{
color: #DECEF1;
}
</style>
background-color css
<style>
a { background-color: #DECEF1; }
a { background-color: rgb(222,206,241); }
div.DivClassName
{
background-color: #DECEF1;
}
.BgClassName
{
background-color: #DECEF1;
}
</style>
border-color css
<style>
span { border-color: #DECEF1; }
span { border-color: rgb(222,206,241); }
td.TdClassName
{
border-color: #DECEF1;
}
.TagClassName
{
border-color: #DECEF1;
}
</style>