Shades of Fog #DEDBE6
Tints of Fog #DEDBE6
RGB
CMYK
RGB Variations
Color information
#DEDBE6 (or 0xDEDBE6) is known color: Fog. HEX triplet: DE, DB and E6. RGB value is (222,219,230). Sum of RGB (Red+Green+Blue) = 222+219+230=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBE6 is #212419. Grayscale: #DDDDDD. Windows color (decimal): -2171930 or 15129566. OLE color: 15129566.
HSL color Cylindrical-coordinate representation of color #DEDBE6: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDBE6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 219 | 230 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.10 |
| HSL | 256.36º | 0.18% | 0.88% | - |
| HSV(B) | 256.36º | 0.05% | 0.9% | - |
| XYZ | 69.74 | 71.91 | 85.07 | - |
| YUV | 221.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 230 | 0.03 | 0.05 | 0 | 0.10 | 256.36 | 0.18 | 0.88 |
| Hex | DE | DB | E6 | 3 | 5 | 0 | A | 100 | 12 | 58 |
| Octal | 336 | 333 | 346 | 3 | 5 | 0 | 12 | 400 | 22 | 130 |
| Binary | 11011110 | 11011011 | 11100110 | 11 | 101 | 0 | 1010 | 100000000 | 10010 | 1011000 |
Color Harmonies of #DEDBE6
Complementary color
Monochromatic Colors of #DEDBE6
Black with #DEDBE6
Text Example
Text Example
White with #DEDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBE6; }
p { color: rgb(222,219,230); }
H1.HeaderClassName
{
color: #DEDBE6;
}
.AnyTagClassName
{
color: #DEDBE6;
}
</style>
background-color css
<style>
a { background-color: #DEDBE6; }
a { background-color: rgb(222,219,230); }
div.DivClassName
{
background-color: #DEDBE6;
}
.BgClassName
{
background-color: #DEDBE6;
}
</style>
border-color css
<style>
span { border-color: #DEDBE6; }
span { border-color: rgb(222,219,230); }
td.TdClassName
{
border-color: #DEDBE6;
}
.TagClassName
{
border-color: #DEDBE6;
}
</style>