Shades of Fog #DFDBE7
Tints of Fog #DFDBE7
RGB
CMYK
RGB Variations
Color information
#DFDBE7 (or 0xDFDBE7) is known color: Fog. HEX triplet: DF, DB and E7. RGB value is (223,219,231). Sum of RGB (Red+Green+Blue) = 223+219+231=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBE7 is #202418. Grayscale: #DDDDDD. Windows color (decimal): -2106393 or 15195103. OLE color: 15195103.
HSL color Cylindrical-coordinate representation of color #DFDBE7: hue angle of 260º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDBE7 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 219 | 231 | - |
CMYK | 0.03 | 0.05 | 0 | 0.09 |
HSL | 260º | 0.2% | 0.88% | - |
HSV(B) | 260º | 0.05% | 0.91% | - |
XYZ | 70.19 | 72.12 | 85.82 | - |
YUV | 221.56 | 133.33 | 129.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 231 | 0.03 | 0.05 | 0 | 0.09 | 260 | 0.2 | 0.88 |
Hex | DF | DB | E7 | 3 | 5 | 0 | 9 | 104 | 14 | 58 |
Octal | 337 | 333 | 347 | 3 | 5 | 0 | 11 | 404 | 24 | 130 |
Binary | 11011111 | 11011011 | 11100111 | 11 | 101 | 0 | 1001 | 100000100 | 10100 | 1011000 |
Color Harmonies of #DFDBE7
Complementary color
Monochromatic Colors of #DFDBE7
Black with #DFDBE7
Text Example
Text Example
White with #DFDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE7; }
p { color: rgb(223,219,231); }
H1.HeaderClassName
{
color: #DFDBE7;
}
.AnyTagClassName
{
color: #DFDBE7;
}
</style>
background-color css
<style>
a { background-color: #DFDBE7; }
a { background-color: rgb(223,219,231); }
div.DivClassName
{
background-color: #DFDBE7;
}
.BgClassName
{
background-color: #DFDBE7;
}
</style>
border-color css
<style>
span { border-color: #DFDBE7; }
span { border-color: rgb(223,219,231); }
td.TdClassName
{
border-color: #DFDBE7;
}
.TagClassName
{
border-color: #DFDBE7;
}
</style>