Shades of Fog #DDDAE5
Tints of Fog #DDDAE5
RGB
CMYK
RGB Variations
Color information
#DDDAE5 (or 0xDDDAE5) is known color: Fog. HEX triplet: DD, DA and E5. RGB value is (221,218,229). Sum of RGB (Red+Green+Blue) = 221+218+229=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAE5 is #22251A. Grayscale: #DCDCDC. Windows color (decimal): -2237723 or 15063773. OLE color: 15063773.
HSL color Cylindrical-coordinate representation of color #DDDAE5: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDAE5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 218 | 229 | - |
CMYK | 0.03 | 0.05 | 0 | 0.10 |
HSL | 256.36º | 0.17% | 0.88% | - |
HSV(B) | 256.36º | 0.05% | 0.9% | - |
XYZ | 69.03 | 71.17 | 84.23 | - |
YUV | 220.15 | 132.99 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 229 | 0.03 | 0.05 | 0 | 0.10 | 256.36 | 0.17 | 0.88 |
Hex | DD | DA | E5 | 3 | 5 | 0 | A | 100 | 11 | 58 |
Octal | 335 | 332 | 345 | 3 | 5 | 0 | 12 | 400 | 21 | 130 |
Binary | 11011101 | 11011010 | 11100101 | 11 | 101 | 0 | 1010 | 100000000 | 10001 | 1011000 |
Color Harmonies of #DDDAE5
Complementary color
Monochromatic Colors of #DDDAE5
Black with #DDDAE5
Text Example
Text Example
White with #DDDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAE5; }
p { color: rgb(221,218,229); }
H1.HeaderClassName
{
color: #DDDAE5;
}
.AnyTagClassName
{
color: #DDDAE5;
}
</style>
background-color css
<style>
a { background-color: #DDDAE5; }
a { background-color: rgb(221,218,229); }
div.DivClassName
{
background-color: #DDDAE5;
}
.BgClassName
{
background-color: #DDDAE5;
}
</style>
border-color css
<style>
span { border-color: #DDDAE5; }
span { border-color: rgb(221,218,229); }
td.TdClassName
{
border-color: #DDDAE5;
}
.TagClassName
{
border-color: #DDDAE5;
}
</style>