Shades of Fog #DDD5EE
Tints of Fog #DDD5EE
RGB
CMYK
RGB Variations
Color information
#DDD5EE (or 0xDDD5EE) is known color: Fog. HEX triplet: DD, D5 and EE. RGB value is (221,213,238). Sum of RGB (Red+Green+Blue) = 221+213+238=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EE is #222A11. Grayscale: #DADADA. Windows color (decimal): -2238994 or 15652317. OLE color: 15652317.
HSL color Cylindrical-coordinate representation of color #DDD5EE: hue angle of 259.2º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD5EE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 213 | 238 | - |
CMYK | 0.07 | 0.11 | 0 | 0.07 |
HSL | 259.2º | 0.42% | 0.88% | - |
HSV(B) | 259.2º | 0.11% | 0.93% | - |
XYZ | 69.05 | 69.13 | 90.59 | - |
YUV | 218.24 | 139.15 | 129.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 238 | 0.07 | 0.11 | 0 | 0.07 | 259.2 | 0.42 | 0.88 |
Hex | DD | D5 | EE | 7 | B | 0 | 7 | 103 | 2A | 58 |
Octal | 335 | 325 | 356 | 7 | 13 | 0 | 7 | 403 | 52 | 130 |
Binary | 11011101 | 11010101 | 11101110 | 111 | 1011 | 0 | 111 | 100000011 | 101010 | 1011000 |
Color Harmonies of #DDD5EE
Complementary color
Monochromatic Colors of #DDD5EE
Black with #DDD5EE
Text Example
Text Example
White with #DDD5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5EE; }
p { color: rgb(221,213,238); }
H1.HeaderClassName
{
color: #DDD5EE;
}
.AnyTagClassName
{
color: #DDD5EE;
}
</style>
background-color css
<style>
a { background-color: #DDD5EE; }
a { background-color: rgb(221,213,238); }
div.DivClassName
{
background-color: #DDD5EE;
}
.BgClassName
{
background-color: #DDD5EE;
}
</style>
border-color css
<style>
span { border-color: #DDD5EE; }
span { border-color: rgb(221,213,238); }
td.TdClassName
{
border-color: #DDD5EE;
}
.TagClassName
{
border-color: #DDD5EE;
}
</style>