Shades of Fog #DDC5EE
Tints of Fog #DDC5EE
RGB
CMYK
RGB Variations
Color information
#DDC5EE (or 0xDDC5EE) is known color: Fog. HEX triplet: DD, C5 and EE. RGB value is (221,197,238). Sum of RGB (Red+Green+Blue) = 221+197+238=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5EE is #223A11. Grayscale: #D0D0D0. Windows color (decimal): -2243090 or 15648221. OLE color: 15648221.
HSL color Cylindrical-coordinate representation of color #DDC5EE: hue angle of 275.12º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC5EE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 197 | 238 | - |
CMYK | 0.07 | 0.17 | 0 | 0.07 |
HSL | 275.12º | 0.55% | 0.85% | - |
HSV(B) | 275.12º | 0.17% | 0.93% | - |
XYZ | 65.22 | 61.48 | 89.32 | - |
YUV | 208.85 | 144.45 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 197 | 238 | 0.07 | 0.17 | 0 | 0.07 | 275.12 | 0.55 | 0.85 |
Hex | DD | C5 | EE | 7 | 11 | 0 | 7 | 113 | 37 | 55 |
Octal | 335 | 305 | 356 | 7 | 21 | 0 | 7 | 423 | 67 | 125 |
Binary | 11011101 | 11000101 | 11101110 | 111 | 10001 | 0 | 111 | 100010011 | 110111 | 1010101 |
Color Harmonies of #DDC5EE
Complementary color
Monochromatic Colors of #DDC5EE
Black with #DDC5EE
Text Example
Text Example
White with #DDC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5EE; }
p { color: rgb(221,197,238); }
H1.HeaderClassName
{
color: #DDC5EE;
}
.AnyTagClassName
{
color: #DDC5EE;
}
</style>
background-color css
<style>
a { background-color: #DDC5EE; }
a { background-color: rgb(221,197,238); }
div.DivClassName
{
background-color: #DDC5EE;
}
.BgClassName
{
background-color: #DDC5EE;
}
</style>
border-color css
<style>
span { border-color: #DDC5EE; }
span { border-color: rgb(221,197,238); }
td.TdClassName
{
border-color: #DDC5EE;
}
.TagClassName
{
border-color: #DDC5EE;
}
</style>