Shades of Fog #DFD2ED
Tints of Fog #DFD2ED
RGB
CMYK
RGB Variations
Color information
#DFD2ED (or 0xDFD2ED) is known color: Fog. HEX triplet: DF, D2 and ED. RGB value is (223,210,237). Sum of RGB (Red+Green+Blue) = 223+210+237=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2ED is #202D12. Grayscale: #D8D8D8. Windows color (decimal): -2108691 or 15586015. OLE color: 15586015.
HSL color Cylindrical-coordinate representation of color #DFD2ED: hue angle of 268.89º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD2ED is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 210 | 237 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.07 |
| HSL | 268.89º | 0.43% | 0.88% | - |
| HSV(B) | 268.89º | 0.11% | 0.93% | - |
| XYZ | 68.76 | 67.9 | 89.6 | - |
| YUV | 216.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 237 | 0.06 | 0.11 | 0 | 0.07 | 268.89 | 0.43 | 0.88 |
| Hex | DF | D2 | ED | 6 | B | 0 | 7 | 10D | 2B | 58 |
| Octal | 337 | 322 | 355 | 6 | 13 | 0 | 7 | 415 | 53 | 130 |
| Binary | 11011111 | 11010010 | 11101101 | 110 | 1011 | 0 | 111 | 100001101 | 101011 | 1011000 |
Color Harmonies of #DFD2ED
Complementary color
Monochromatic Colors of #DFD2ED
Black with #DFD2ED
Text Example
Text Example
White with #DFD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2ED; }
p { color: rgb(223,210,237); }
H1.HeaderClassName
{
color: #DFD2ED;
}
.AnyTagClassName
{
color: #DFD2ED;
}
</style>
background-color css
<style>
a { background-color: #DFD2ED; }
a { background-color: rgb(223,210,237); }
div.DivClassName
{
background-color: #DFD2ED;
}
.BgClassName
{
background-color: #DFD2ED;
}
</style>
border-color css
<style>
span { border-color: #DFD2ED; }
span { border-color: rgb(223,210,237); }
td.TdClassName
{
border-color: #DFD2ED;
}
.TagClassName
{
border-color: #DFD2ED;
}
</style>