Shades of Fog #DDC9EC
Tints of Fog #DDC9EC
RGB
CMYK
RGB Variations
Color information
#DDC9EC (or 0xDDC9EC) is known color: Fog. HEX triplet: DD, C9 and EC. RGB value is (221,201,236). Sum of RGB (Red+Green+Blue) = 221+201+236=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9EC is #223613. Grayscale: #D2D2D2. Windows color (decimal): -2242068 or 15518173. OLE color: 15518173.
HSL color Cylindrical-coordinate representation of color #DDC9EC: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC9EC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 201 | 236 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.07 |
| HSL | 274.29º | 0.48% | 0.86% | - |
| HSV(B) | 274.29º | 0.15% | 0.93% | - |
| XYZ | 65.85 | 63.2 | 88.09 | - |
| YUV | 210.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 236 | 0.06 | 0.15 | 0 | 0.07 | 274.29 | 0.48 | 0.86 |
| Hex | DD | C9 | EC | 6 | F | 0 | 7 | 112 | 30 | 56 |
| Octal | 335 | 311 | 354 | 6 | 17 | 0 | 7 | 422 | 60 | 126 |
| Binary | 11011101 | 11001001 | 11101100 | 110 | 1111 | 0 | 111 | 100010010 | 110000 | 1010110 |
Color Harmonies of #DDC9EC
Complementary color
Monochromatic Colors of #DDC9EC
Black with #DDC9EC
Text Example
Text Example
White with #DDC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9EC; }
p { color: rgb(221,201,236); }
H1.HeaderClassName
{
color: #DDC9EC;
}
.AnyTagClassName
{
color: #DDC9EC;
}
</style>
background-color css
<style>
a { background-color: #DDC9EC; }
a { background-color: rgb(221,201,236); }
div.DivClassName
{
background-color: #DDC9EC;
}
.BgClassName
{
background-color: #DDC9EC;
}
</style>
border-color css
<style>
span { border-color: #DDC9EC; }
span { border-color: rgb(221,201,236); }
td.TdClassName
{
border-color: #DDC9EC;
}
.TagClassName
{
border-color: #DDC9EC;
}
</style>