Shades of Fog #DEDBE4
Tints of Fog #DEDBE4
RGB
CMYK
RGB Variations
Color information
#DEDBE4 (or 0xDEDBE4) is known color: Fog. HEX triplet: DE, DB and E4. RGB value is (222,219,228). Sum of RGB (Red+Green+Blue) = 222+219+228=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBE4 is #21241B. Grayscale: #DCDCDC. Windows color (decimal): -2171932 or 14998494. OLE color: 14998494.
HSL color Cylindrical-coordinate representation of color #DEDBE4: hue angle of 260º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDBE4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 219 | 228 | - |
CMYK | 0.03 | 0.04 | 0 | 0.11 |
HSL | 260º | 0.14% | 0.88% | - |
HSV(B) | 260º | 0.04% | 0.89% | - |
XYZ | 69.46 | 71.79 | 83.6 | - |
YUV | 220.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 219 | 228 | 0.03 | 0.04 | 0 | 0.11 | 260 | 0.14 | 0.88 |
Hex | DE | DB | E4 | 3 | 4 | 0 | B | 104 | E | 58 |
Octal | 336 | 333 | 344 | 3 | 4 | 0 | 13 | 404 | 16 | 130 |
Binary | 11011110 | 11011011 | 11100100 | 11 | 100 | 0 | 1011 | 100000100 | 1110 | 1011000 |
Color Harmonies of #DEDBE4
Complementary color
Monochromatic Colors of #DEDBE4
Black with #DEDBE4
Text Example
Text Example
White with #DEDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBE4; }
p { color: rgb(222,219,228); }
H1.HeaderClassName
{
color: #DEDBE4;
}
.AnyTagClassName
{
color: #DEDBE4;
}
</style>
background-color css
<style>
a { background-color: #DEDBE4; }
a { background-color: rgb(222,219,228); }
div.DivClassName
{
background-color: #DEDBE4;
}
.BgClassName
{
background-color: #DEDBE4;
}
</style>
border-color css
<style>
span { border-color: #DEDBE4; }
span { border-color: rgb(222,219,228); }
td.TdClassName
{
border-color: #DEDBE4;
}
.TagClassName
{
border-color: #DEDBE4;
}
</style>