Shades of Fog #DFDBE8
Tints of Fog #DFDBE8
RGB
CMYK
RGB Variations
Color information
#DFDBE8 (or 0xDFDBE8) is known color: Fog. HEX triplet: DF, DB and E8. RGB value is (223,219,232). Sum of RGB (Red+Green+Blue) = 223+219+232=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBE8 is #202417. Grayscale: #DDDDDD. Windows color (decimal): -2106392 or 15260639. OLE color: 15260639.
HSL color Cylindrical-coordinate representation of color #DFDBE8: hue angle of 258.46º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDBE8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 219 | 232 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 258.46º | 0.22% | 0.88% | - |
HSV(B) | 258.46º | 0.06% | 0.91% | - |
XYZ | 70.33 | 72.18 | 86.57 | - |
YUV | 221.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 232 | 0.04 | 0.06 | 0 | 0.09 | 258.46 | 0.22 | 0.88 |
Hex | DF | DB | E8 | 4 | 6 | 0 | 9 | 102 | 16 | 58 |
Octal | 337 | 333 | 350 | 4 | 6 | 0 | 11 | 402 | 26 | 130 |
Binary | 11011111 | 11011011 | 11101000 | 100 | 110 | 0 | 1001 | 100000010 | 10110 | 1011000 |
Color Harmonies of #DFDBE8
Complementary color
Monochromatic Colors of #DFDBE8
Black with #DFDBE8
Text Example
Text Example
White with #DFDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE8; }
p { color: rgb(223,219,232); }
H1.HeaderClassName
{
color: #DFDBE8;
}
.AnyTagClassName
{
color: #DFDBE8;
}
</style>
background-color css
<style>
a { background-color: #DFDBE8; }
a { background-color: rgb(223,219,232); }
div.DivClassName
{
background-color: #DFDBE8;
}
.BgClassName
{
background-color: #DFDBE8;
}
</style>
border-color css
<style>
span { border-color: #DFDBE8; }
span { border-color: rgb(223,219,232); }
td.TdClassName
{
border-color: #DFDBE8;
}
.TagClassName
{
border-color: #DFDBE8;
}
</style>