Shades of Fog #DFD6ED
Tints of Fog #DFD6ED
RGB
CMYK
RGB Variations
Color information
#DFD6ED (or 0xDFD6ED) is known color: Fog. HEX triplet: DF, D6 and ED. RGB value is (223,214,237). Sum of RGB (Red+Green+Blue) = 223+214+237=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6ED is #202912. Grayscale: #DBDBDB. Windows color (decimal): -2107667 or 15587039. OLE color: 15587039.
HSL color Cylindrical-coordinate representation of color #DFD6ED: hue angle of 263.48º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD6ED is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 214 | 237 | - |
CMYK | 0.06 | 0.10 | 0 | 0.07 |
HSL | 263.48º | 0.39% | 0.88% | - |
HSV(B) | 263.48º | 0.1% | 0.93% | - |
XYZ | 69.76 | 69.9 | 89.93 | - |
YUV | 219.31 | 137.98 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 237 | 0.06 | 0.10 | 0 | 0.07 | 263.48 | 0.39 | 0.88 |
Hex | DF | D6 | ED | 6 | A | 0 | 7 | 107 | 27 | 58 |
Octal | 337 | 326 | 355 | 6 | 12 | 0 | 7 | 407 | 47 | 130 |
Binary | 11011111 | 11010110 | 11101101 | 110 | 1010 | 0 | 111 | 100000111 | 100111 | 1011000 |
Color Harmonies of #DFD6ED
Complementary color
Monochromatic Colors of #DFD6ED
Black with #DFD6ED
Text Example
Text Example
White with #DFD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6ED; }
p { color: rgb(223,214,237); }
H1.HeaderClassName
{
color: #DFD6ED;
}
.AnyTagClassName
{
color: #DFD6ED;
}
</style>
background-color css
<style>
a { background-color: #DFD6ED; }
a { background-color: rgb(223,214,237); }
div.DivClassName
{
background-color: #DFD6ED;
}
.BgClassName
{
background-color: #DFD6ED;
}
</style>
border-color css
<style>
span { border-color: #DFD6ED; }
span { border-color: rgb(223,214,237); }
td.TdClassName
{
border-color: #DFD6ED;
}
.TagClassName
{
border-color: #DFD6ED;
}
</style>