Shades of Fog #DECCFB
Tints of Fog #DECCFB
RGB
CMYK
RGB Variations
Color information
#DECCFB (or 0xDECCFB) is known color: Fog. HEX triplet: DE, CC and FB. RGB value is (222,204,251). Sum of RGB (Red+Green+Blue) = 222+204+251=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #DECCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCFB is #213304. Grayscale: #D6D6D6. Windows color (decimal): -2175749 or 16501982. OLE color: 16501982.
HSL color Cylindrical-coordinate representation of color #DECCFB: hue angle of 262.98º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DECCFB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 204 | 251 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 262.98º | 0.85% | 0.89% | - |
| HSV(B) | 262.98º | 0.19% | 0.98% | - |
| XYZ | 69.13 | 65.68 | 100.3 | - |
| YUV | 214.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 251 | 0.12 | 0.19 | 0 | 0.02 | 262.98 | 0.85 | 0.89 |
| Hex | DE | CC | FB | C | 13 | 0 | 2 | 107 | 55 | 59 |
| Octal | 336 | 314 | 373 | 14 | 23 | 0 | 2 | 407 | 125 | 131 |
| Binary | 11011110 | 11001100 | 11111011 | 1100 | 10011 | 0 | 10 | 100000111 | 1010101 | 1011001 |
Color Harmonies of #DECCFB
Complementary color
Monochromatic Colors of #DECCFB
Black with #DECCFB
Text Example
Text Example
White with #DECCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCFB; }
p { color: rgb(222,204,251); }
H1.HeaderClassName
{
color: #DECCFB;
}
.AnyTagClassName
{
color: #DECCFB;
}
</style>
background-color css
<style>
a { background-color: #DECCFB; }
a { background-color: rgb(222,204,251); }
div.DivClassName
{
background-color: #DECCFB;
}
.BgClassName
{
background-color: #DECCFB;
}
</style>
border-color css
<style>
span { border-color: #DECCFB; }
span { border-color: rgb(222,204,251); }
td.TdClassName
{
border-color: #DECCFB;
}
.TagClassName
{
border-color: #DECCFB;
}
</style>