Shades of Fog #DFDAEA
Tints of Fog #DFDAEA
RGB
CMYK
RGB Variations
Color information
#DFDAEA (or 0xDFDAEA) is known color: Fog. HEX triplet: DF, DA and EA. RGB value is (223,218,234). Sum of RGB (Red+Green+Blue) = 223+218+234=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAEA is #202515. Grayscale: #DDDDDD. Windows color (decimal): -2106646 or 15391455. OLE color: 15391455.
HSL color Cylindrical-coordinate representation of color #DFDAEA: hue angle of 258.75º degrees, saturation: 0.28, 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 #DFDAEA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 218 | 234 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.08 |
| HSL | 258.75º | 0.28% | 0.89% | - |
| HSV(B) | 258.75º | 0.07% | 0.92% | - |
| XYZ | 70.35 | 71.77 | 87.99 | - |
| YUV | 221.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 234 | 0.05 | 0.07 | 0 | 0.08 | 258.75 | 0.28 | 0.89 |
| Hex | DF | DA | EA | 5 | 7 | 0 | 8 | 103 | 1C | 59 |
| Octal | 337 | 332 | 352 | 5 | 7 | 0 | 10 | 403 | 34 | 131 |
| Binary | 11011111 | 11011010 | 11101010 | 101 | 111 | 0 | 1000 | 100000011 | 11100 | 1011001 |
Color Harmonies of #DFDAEA
Complementary color
Monochromatic Colors of #DFDAEA
Black with #DFDAEA
Text Example
Text Example
White with #DFDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAEA; }
p { color: rgb(223,218,234); }
H1.HeaderClassName
{
color: #DFDAEA;
}
.AnyTagClassName
{
color: #DFDAEA;
}
</style>
background-color css
<style>
a { background-color: #DFDAEA; }
a { background-color: rgb(223,218,234); }
div.DivClassName
{
background-color: #DFDAEA;
}
.BgClassName
{
background-color: #DFDAEA;
}
</style>
border-color css
<style>
span { border-color: #DFDAEA; }
span { border-color: rgb(223,218,234); }
td.TdClassName
{
border-color: #DFDAEA;
}
.TagClassName
{
border-color: #DFDAEA;
}
</style>