Shades of Fog #DEC3FA
Tints of Fog #DEC3FA
RGB
CMYK
RGB Variations
Color information
#DEC3FA (or 0xDEC3FA) is known color: Fog. HEX triplet: DE, C3 and FA. RGB value is (222,195,250). Sum of RGB (Red+Green+Blue) = 222+195+250=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3FA is #213C05. Grayscale: #D1D1D1. Windows color (decimal): -2178054 or 16434142. OLE color: 16434142.
HSL color Cylindrical-coordinate representation of color #DEC3FA: hue angle of 269.45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC3FA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 195 | 250 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.02 |
| HSL | 269.45º | 0.85% | 0.87% | - |
| HSV(B) | 269.45º | 0.22% | 0.98% | - |
| XYZ | 66.89 | 61.46 | 98.78 | - |
| YUV | 209.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 250 | 0.11 | 0.22 | 0 | 0.02 | 269.45 | 0.85 | 0.87 |
| Hex | DE | C3 | FA | B | 16 | 0 | 2 | 10D | 55 | 57 |
| Octal | 336 | 303 | 372 | 13 | 26 | 0 | 2 | 415 | 125 | 127 |
| Binary | 11011110 | 11000011 | 11111010 | 1011 | 10110 | 0 | 10 | 100001101 | 1010101 | 1010111 |
Color Harmonies of #DEC3FA
Complementary color
Monochromatic Colors of #DEC3FA
Black with #DEC3FA
Text Example
Text Example
White with #DEC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3FA; }
p { color: rgb(222,195,250); }
H1.HeaderClassName
{
color: #DEC3FA;
}
.AnyTagClassName
{
color: #DEC3FA;
}
</style>
background-color css
<style>
a { background-color: #DEC3FA; }
a { background-color: rgb(222,195,250); }
div.DivClassName
{
background-color: #DEC3FA;
}
.BgClassName
{
background-color: #DEC3FA;
}
</style>
border-color css
<style>
span { border-color: #DEC3FA; }
span { border-color: rgb(222,195,250); }
td.TdClassName
{
border-color: #DEC3FA;
}
.TagClassName
{
border-color: #DEC3FA;
}
</style>