Shades of Fog #DFD5EC
Tints of Fog #DFD5EC
RGB
CMYK
RGB Variations
Color information
#DFD5EC (or 0xDFD5EC) is known color: Fog. HEX triplet: DF, D5 and EC. RGB value is (223,213,236). Sum of RGB (Red+Green+Blue) = 223+213+236=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5EC is #202A13. Grayscale: #DADADA. Windows color (decimal): -2107924 or 15521247. OLE color: 15521247.
HSL color Cylindrical-coordinate representation of color #DFD5EC: hue angle of 266.09º degrees, saturation: 0.38, 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 #DFD5EC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 213 | 236 | - |
CMYK | 0.06 | 0.10 | 0 | 0.07 |
HSL | 266.09º | 0.38% | 0.88% | - |
HSV(B) | 266.09º | 0.1% | 0.93% | - |
XYZ | 69.37 | 69.33 | 89.08 | - |
YUV | 218.61 | 137.81 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 236 | 0.06 | 0.10 | 0 | 0.07 | 266.09 | 0.38 | 0.88 |
Hex | DF | D5 | EC | 6 | A | 0 | 7 | 10A | 26 | 58 |
Octal | 337 | 325 | 354 | 6 | 12 | 0 | 7 | 412 | 46 | 130 |
Binary | 11011111 | 11010101 | 11101100 | 110 | 1010 | 0 | 111 | 100001010 | 100110 | 1011000 |
Color Harmonies of #DFD5EC
Complementary color
Monochromatic Colors of #DFD5EC
Black with #DFD5EC
Text Example
Text Example
White with #DFD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5EC; }
p { color: rgb(223,213,236); }
H1.HeaderClassName
{
color: #DFD5EC;
}
.AnyTagClassName
{
color: #DFD5EC;
}
</style>
background-color css
<style>
a { background-color: #DFD5EC; }
a { background-color: rgb(223,213,236); }
div.DivClassName
{
background-color: #DFD5EC;
}
.BgClassName
{
background-color: #DFD5EC;
}
</style>
border-color css
<style>
span { border-color: #DFD5EC; }
span { border-color: rgb(223,213,236); }
td.TdClassName
{
border-color: #DFD5EC;
}
.TagClassName
{
border-color: #DFD5EC;
}
</style>