Shades of Fog #DFDBE6
Tints of Fog #DFDBE6
RGB
CMYK
RGB Variations
Color information
#DFDBE6 (or 0xDFDBE6) is known color: Fog. HEX triplet: DF, DB and E6. RGB value is (223,219,230). Sum of RGB (Red+Green+Blue) = 223+219+230=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBE6 is #202419. Grayscale: #DDDDDD. Windows color (decimal): -2106394 or 15129567. OLE color: 15129567.
HSL color Cylindrical-coordinate representation of color #DFDBE6: hue angle of 261.82º 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 #DFDBE6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 219 | 230 | - |
CMYK | 0.03 | 0.05 | 0 | 0.10 |
HSL | 261.82º | 0.18% | 0.88% | - |
HSV(B) | 261.82º | 0.05% | 0.9% | - |
XYZ | 70.05 | 72.06 | 85.08 | - |
YUV | 221.45 | 132.83 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 230 | 0.03 | 0.05 | 0 | 0.10 | 261.82 | 0.18 | 0.88 |
Hex | DF | DB | E6 | 3 | 5 | 0 | A | 106 | 12 | 58 |
Octal | 337 | 333 | 346 | 3 | 5 | 0 | 12 | 406 | 22 | 130 |
Binary | 11011111 | 11011011 | 11100110 | 11 | 101 | 0 | 1010 | 100000110 | 10010 | 1011000 |
Color Harmonies of #DFDBE6
Complementary color
Monochromatic Colors of #DFDBE6
Black with #DFDBE6
Text Example
Text Example
White with #DFDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE6; }
p { color: rgb(223,219,230); }
H1.HeaderClassName
{
color: #DFDBE6;
}
.AnyTagClassName
{
color: #DFDBE6;
}
</style>
background-color css
<style>
a { background-color: #DFDBE6; }
a { background-color: rgb(223,219,230); }
div.DivClassName
{
background-color: #DFDBE6;
}
.BgClassName
{
background-color: #DFDBE6;
}
</style>
border-color css
<style>
span { border-color: #DFDBE6; }
span { border-color: rgb(223,219,230); }
td.TdClassName
{
border-color: #DFDBE6;
}
.TagClassName
{
border-color: #DFDBE6;
}
</style>