Shades of Fog #DDC7EC
Tints of Fog #DDC7EC
RGB
CMYK
RGB Variations
Color information
#DDC7EC (or 0xDDC7EC) is known color: Fog. HEX triplet: DD, C7 and EC. RGB value is (221,199,236). Sum of RGB (Red+Green+Blue) = 221+199+236=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7EC is #223813. Grayscale: #D1D1D1. Windows color (decimal): -2242580 or 15517661. OLE color: 15517661.
HSL color Cylindrical-coordinate representation of color #DDC7EC: hue angle of 275.68º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC7EC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 199 | 236 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.07 |
| HSL | 275.68º | 0.49% | 0.85% | - |
| HSV(B) | 275.68º | 0.16% | 0.93% | - |
| XYZ | 65.38 | 62.28 | 87.93 | - |
| YUV | 209.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 236 | 0.06 | 0.16 | 0 | 0.07 | 275.68 | 0.49 | 0.85 |
| Hex | DD | C7 | EC | 6 | 10 | 0 | 7 | 114 | 31 | 55 |
| Octal | 335 | 307 | 354 | 6 | 20 | 0 | 7 | 424 | 61 | 125 |
| Binary | 11011101 | 11000111 | 11101100 | 110 | 10000 | 0 | 111 | 100010100 | 110001 | 1010101 |
Color Harmonies of #DDC7EC
Complementary color
Monochromatic Colors of #DDC7EC
Black with #DDC7EC
Text Example
Text Example
White with #DDC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7EC; }
p { color: rgb(221,199,236); }
H1.HeaderClassName
{
color: #DDC7EC;
}
.AnyTagClassName
{
color: #DDC7EC;
}
</style>
background-color css
<style>
a { background-color: #DDC7EC; }
a { background-color: rgb(221,199,236); }
div.DivClassName
{
background-color: #DDC7EC;
}
.BgClassName
{
background-color: #DDC7EC;
}
</style>
border-color css
<style>
span { border-color: #DDC7EC; }
span { border-color: rgb(221,199,236); }
td.TdClassName
{
border-color: #DDC7EC;
}
.TagClassName
{
border-color: #DDC7EC;
}
</style>