Shades of Fog #DECCFA
Tints of Fog #DECCFA
RGB
CMYK
RGB Variations
Color information
#DECCFA (or 0xDECCFA) is known color: Fog. HEX triplet: DE, CC and FA. RGB value is (222,204,250). Sum of RGB (Red+Green+Blue) = 222+204+250=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #DECCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCFA is #213305. Grayscale: #D6D6D6. Windows color (decimal): -2175750 or 16436446. OLE color: 16436446.
HSL color Cylindrical-coordinate representation of color #DECCFA: hue angle of 263.48º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECCFA is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 204 | 250 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.02 |
| HSL | 263.48º | 0.82% | 0.89% | - |
| HSV(B) | 263.48º | 0.18% | 0.98% | - |
| XYZ | 68.97 | 65.62 | 99.47 | - |
| YUV | 214.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 250 | 0.11 | 0.18 | 0 | 0.02 | 263.48 | 0.82 | 0.89 |
| Hex | DE | CC | FA | B | 12 | 0 | 2 | 107 | 52 | 59 |
| Octal | 336 | 314 | 372 | 13 | 22 | 0 | 2 | 407 | 122 | 131 |
| Binary | 11011110 | 11001100 | 11111010 | 1011 | 10010 | 0 | 10 | 100000111 | 1010010 | 1011001 |
Color Harmonies of #DECCFA
Complementary color
Monochromatic Colors of #DECCFA
Black with #DECCFA
Text Example
Text Example
White with #DECCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCFA; }
p { color: rgb(222,204,250); }
H1.HeaderClassName
{
color: #DECCFA;
}
.AnyTagClassName
{
color: #DECCFA;
}
</style>
background-color css
<style>
a { background-color: #DECCFA; }
a { background-color: rgb(222,204,250); }
div.DivClassName
{
background-color: #DECCFA;
}
.BgClassName
{
background-color: #DECCFA;
}
</style>
border-color css
<style>
span { border-color: #DECCFA; }
span { border-color: rgb(222,204,250); }
td.TdClassName
{
border-color: #DECCFA;
}
.TagClassName
{
border-color: #DECCFA;
}
</style>