Shades of Fog #DFD9EB
Tints of Fog #DFD9EB
RGB
CMYK
RGB Variations
Color information
#DFD9EB (or 0xDFD9EB) is known color: Fog. HEX triplet: DF, D9 and EB. RGB value is (223,217,235). Sum of RGB (Red+Green+Blue) = 223+217+235=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9EB is #202614. Grayscale: #DCDCDC. Windows color (decimal): -2106901 or 15456735. OLE color: 15456735.
HSL color Cylindrical-coordinate representation of color #DFD9EB: hue angle of 260º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD9EB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 217 | 235 | - |
CMYK | 0.05 | 0.08 | 0 | 0.08 |
HSL | 260º | 0.31% | 0.89% | - |
HSV(B) | 260º | 0.08% | 0.92% | - |
XYZ | 70.24 | 71.31 | 88.66 | - |
YUV | 220.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 235 | 0.05 | 0.08 | 0 | 0.08 | 260 | 0.31 | 0.89 |
Hex | DF | D9 | EB | 5 | 8 | 0 | 8 | 104 | 1F | 59 |
Octal | 337 | 331 | 353 | 5 | 10 | 0 | 10 | 404 | 37 | 131 |
Binary | 11011111 | 11011001 | 11101011 | 101 | 1000 | 0 | 1000 | 100000100 | 11111 | 1011001 |
Color Harmonies of #DFD9EB
Complementary color
Monochromatic Colors of #DFD9EB
Black with #DFD9EB
Text Example
Text Example
White with #DFD9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9EB; }
p { color: rgb(223,217,235); }
H1.HeaderClassName
{
color: #DFD9EB;
}
.AnyTagClassName
{
color: #DFD9EB;
}
</style>
background-color css
<style>
a { background-color: #DFD9EB; }
a { background-color: rgb(223,217,235); }
div.DivClassName
{
background-color: #DFD9EB;
}
.BgClassName
{
background-color: #DFD9EB;
}
</style>
border-color css
<style>
span { border-color: #DFD9EB; }
span { border-color: rgb(223,217,235); }
td.TdClassName
{
border-color: #DFD9EB;
}
.TagClassName
{
border-color: #DFD9EB;
}
</style>