Shades of Fog #DFDAEB
Tints of Fog #DFDAEB
RGB
CMYK
RGB Variations
Color information
#DFDAEB (or 0xDFDAEB) is known color: Fog. HEX triplet: DF, DA and EB. RGB value is (223,218,235). Sum of RGB (Red+Green+Blue) = 223+218+235=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAEB is #202514. Grayscale: #DDDDDD. Windows color (decimal): -2106645 or 15456991. OLE color: 15456991.
HSL color Cylindrical-coordinate representation of color #DFDAEB: hue angle of 257.65º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDAEB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 218 | 235 | - |
CMYK | 0.05 | 0.07 | 0 | 0.08 |
HSL | 257.65º | 0.3% | 0.89% | - |
HSV(B) | 257.65º | 0.07% | 0.92% | - |
XYZ | 70.5 | 71.83 | 88.75 | - |
YUV | 221.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 235 | 0.05 | 0.07 | 0 | 0.08 | 257.65 | 0.3 | 0.89 |
Hex | DF | DA | EB | 5 | 7 | 0 | 8 | 102 | 1E | 59 |
Octal | 337 | 332 | 353 | 5 | 7 | 0 | 10 | 402 | 36 | 131 |
Binary | 11011111 | 11011010 | 11101011 | 101 | 111 | 0 | 1000 | 100000010 | 11110 | 1011001 |
Color Harmonies of #DFDAEB
Complementary color
Monochromatic Colors of #DFDAEB
Black with #DFDAEB
Text Example
Text Example
White with #DFDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAEB; }
p { color: rgb(223,218,235); }
H1.HeaderClassName
{
color: #DFDAEB;
}
.AnyTagClassName
{
color: #DFDAEB;
}
</style>
background-color css
<style>
a { background-color: #DFDAEB; }
a { background-color: rgb(223,218,235); }
div.DivClassName
{
background-color: #DFDAEB;
}
.BgClassName
{
background-color: #DFDAEB;
}
</style>
border-color css
<style>
span { border-color: #DFDAEB; }
span { border-color: rgb(223,218,235); }
td.TdClassName
{
border-color: #DFDAEB;
}
.TagClassName
{
border-color: #DFDAEB;
}
</style>