Shades of Fog #DECCF1
Tints of Fog #DECCF1
RGB
CMYK
RGB Variations
Color information
#DECCF1 (or 0xDECCF1) is known color: Fog. HEX triplet: DE, CC and F1. RGB value is (222,204,241). Sum of RGB (Red+Green+Blue) = 222+204+241=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #DECCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCF1 is #21330E. Grayscale: #D5D5D5. Windows color (decimal): -2175759 or 15846622. OLE color: 15846622.
HSL color Cylindrical-coordinate representation of color #DECCF1: hue angle of 269.19º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DECCF1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 204 | 241 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.05 |
| HSL | 269.19º | 0.57% | 0.87% | - |
| HSV(B) | 269.19º | 0.15% | 0.95% | - |
| XYZ | 67.59 | 65.07 | 92.22 | - |
| YUV | 213.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 241 | 0.08 | 0.15 | 0 | 0.05 | 269.19 | 0.57 | 0.87 |
| Hex | DE | CC | F1 | 8 | F | 0 | 5 | 10D | 39 | 57 |
| Octal | 336 | 314 | 361 | 10 | 17 | 0 | 5 | 415 | 71 | 127 |
| Binary | 11011110 | 11001100 | 11110001 | 1000 | 1111 | 0 | 101 | 100001101 | 111001 | 1010111 |
Color Harmonies of #DECCF1
Complementary color
Monochromatic Colors of #DECCF1
Black with #DECCF1
Text Example
Text Example
White with #DECCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCF1; }
p { color: rgb(222,204,241); }
H1.HeaderClassName
{
color: #DECCF1;
}
.AnyTagClassName
{
color: #DECCF1;
}
</style>
background-color css
<style>
a { background-color: #DECCF1; }
a { background-color: rgb(222,204,241); }
div.DivClassName
{
background-color: #DECCF1;
}
.BgClassName
{
background-color: #DECCF1;
}
</style>
border-color css
<style>
span { border-color: #DECCF1; }
span { border-color: rgb(222,204,241); }
td.TdClassName
{
border-color: #DECCF1;
}
.TagClassName
{
border-color: #DECCF1;
}
</style>