Shades of Fog #DECDEF
Tints of Fog #DECDEF
RGB
CMYK
RGB Variations
Color information
#DECDEF (or 0xDECDEF) is known color: Fog. HEX triplet: DE, CD and EF. RGB value is (222,205,239). Sum of RGB (Red+Green+Blue) = 222+205+239=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #DECDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECDEF is #213210. Grayscale: #D5D5D5. Windows color (decimal): -2175505 or 15715806. OLE color: 15715806.
HSL color Cylindrical-coordinate representation of color #DECDEF: hue angle of 270º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DECDEF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 205 | 239 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.06 |
| HSL | 270º | 0.52% | 0.87% | - |
| HSV(B) | 270º | 0.14% | 0.94% | - |
| XYZ | 67.54 | 65.42 | 90.73 | - |
| YUV | 213.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 239 | 0.07 | 0.14 | 0 | 0.06 | 270 | 0.52 | 0.87 |
| Hex | DE | CD | EF | 7 | E | 0 | 6 | 10E | 34 | 57 |
| Octal | 336 | 315 | 357 | 7 | 16 | 0 | 6 | 416 | 64 | 127 |
| Binary | 11011110 | 11001101 | 11101111 | 111 | 1110 | 0 | 110 | 100001110 | 110100 | 1010111 |
Color Harmonies of #DECDEF
Complementary color
Monochromatic Colors of #DECDEF
Black with #DECDEF
Text Example
Text Example
White with #DECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDEF; }
p { color: rgb(222,205,239); }
H1.HeaderClassName
{
color: #DECDEF;
}
.AnyTagClassName
{
color: #DECDEF;
}
</style>
background-color css
<style>
a { background-color: #DECDEF; }
a { background-color: rgb(222,205,239); }
div.DivClassName
{
background-color: #DECDEF;
}
.BgClassName
{
background-color: #DECDEF;
}
</style>
border-color css
<style>
span { border-color: #DECDEF; }
span { border-color: rgb(222,205,239); }
td.TdClassName
{
border-color: #DECDEF;
}
.TagClassName
{
border-color: #DECDEF;
}
</style>