Shades of Fog #DDD1EA
Tints of Fog #DDD1EA
RGB
CMYK
RGB Variations
Color information
#DDD1EA (or 0xDDD1EA) is known color: Fog. HEX triplet: DD, D1 and EA. RGB value is (221,209,234). Sum of RGB (Red+Green+Blue) = 221+209+234=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1EA is #222E15. Grayscale: #D7D7D7. Windows color (decimal): -2240022 or 15389149. OLE color: 15389149.
HSL color Cylindrical-coordinate representation of color #DDD1EA: hue angle of 268.8º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD1EA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 209 | 234 | - |
CMYK | 0.06 | 0.11 | 0 | 0.08 |
HSL | 268.8º | 0.37% | 0.87% | - |
HSV(B) | 268.8º | 0.11% | 0.92% | - |
XYZ | 67.47 | 66.91 | 87.2 | - |
YUV | 215.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 234 | 0.06 | 0.11 | 0 | 0.08 | 268.8 | 0.37 | 0.87 |
Hex | DD | D1 | EA | 6 | B | 0 | 8 | 10D | 25 | 57 |
Octal | 335 | 321 | 352 | 6 | 13 | 0 | 10 | 415 | 45 | 127 |
Binary | 11011101 | 11010001 | 11101010 | 110 | 1011 | 0 | 1000 | 100001101 | 100101 | 1010111 |
Color Harmonies of #DDD1EA
Complementary color
Monochromatic Colors of #DDD1EA
Black with #DDD1EA
Text Example
Text Example
White with #DDD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1EA; }
p { color: rgb(221,209,234); }
H1.HeaderClassName
{
color: #DDD1EA;
}
.AnyTagClassName
{
color: #DDD1EA;
}
</style>
background-color css
<style>
a { background-color: #DDD1EA; }
a { background-color: rgb(221,209,234); }
div.DivClassName
{
background-color: #DDD1EA;
}
.BgClassName
{
background-color: #DDD1EA;
}
</style>
border-color css
<style>
span { border-color: #DDD1EA; }
span { border-color: rgb(221,209,234); }
td.TdClassName
{
border-color: #DDD1EA;
}
.TagClassName
{
border-color: #DDD1EA;
}
</style>