Shades of Fog #DFD8ED
Tints of Fog #DFD8ED
RGB
CMYK
RGB Variations
Color information
#DFD8ED (or 0xDFD8ED) is known color: Fog. HEX triplet: DF, D8 and ED. RGB value is (223,216,237). Sum of RGB (Red+Green+Blue) = 223+216+237=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8ED is #202712. Grayscale: #DCDCDC. Windows color (decimal): -2107155 or 15587551. OLE color: 15587551.
HSL color Cylindrical-coordinate representation of color #DFD8ED: hue angle of 260º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD8ED is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 216 | 237 | - |
CMYK | 0.06 | 0.09 | 0 | 0.07 |
HSL | 260º | 0.37% | 0.89% | - |
HSV(B) | 260º | 0.09% | 0.93% | - |
XYZ | 70.27 | 70.91 | 90.1 | - |
YUV | 220.49 | 137.32 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 216 | 237 | 0.06 | 0.09 | 0 | 0.07 | 260 | 0.37 | 0.89 |
Hex | DF | D8 | ED | 6 | 9 | 0 | 7 | 104 | 25 | 59 |
Octal | 337 | 330 | 355 | 6 | 11 | 0 | 7 | 404 | 45 | 131 |
Binary | 11011111 | 11011000 | 11101101 | 110 | 1001 | 0 | 111 | 100000100 | 100101 | 1011001 |
Color Harmonies of #DFD8ED
Complementary color
Monochromatic Colors of #DFD8ED
Black with #DFD8ED
Text Example
Text Example
White with #DFD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8ED; }
p { color: rgb(223,216,237); }
H1.HeaderClassName
{
color: #DFD8ED;
}
.AnyTagClassName
{
color: #DFD8ED;
}
</style>
background-color css
<style>
a { background-color: #DFD8ED; }
a { background-color: rgb(223,216,237); }
div.DivClassName
{
background-color: #DFD8ED;
}
.BgClassName
{
background-color: #DFD8ED;
}
</style>
border-color css
<style>
span { border-color: #DFD8ED; }
span { border-color: rgb(223,216,237); }
td.TdClassName
{
border-color: #DFD8ED;
}
.TagClassName
{
border-color: #DFD8ED;
}
</style>