Shades of Fog #DDC1EC
Tints of Fog #DDC1EC
RGB
CMYK
RGB Variations
Color information
#DDC1EC (or 0xDDC1EC) is known color: Fog. HEX triplet: DD, C1 and EC. RGB value is (221,193,236). Sum of RGB (Red+Green+Blue) = 221+193+236=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1EC is #223E13. Grayscale: #CECECE. Windows color (decimal): -2244116 or 15516125. OLE color: 15516125.
HSL color Cylindrical-coordinate representation of color #DDC1EC: hue angle of 279.07º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC1EC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 193 | 236 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.07 |
| HSL | 279.07º | 0.53% | 0.84% | - |
| HSV(B) | 279.07º | 0.18% | 0.93% | - |
| XYZ | 64.03 | 59.57 | 87.48 | - |
| YUV | 206.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 236 | 0.06 | 0.18 | 0 | 0.07 | 279.07 | 0.53 | 0.84 |
| Hex | DD | C1 | EC | 6 | 12 | 0 | 7 | 117 | 35 | 54 |
| Octal | 335 | 301 | 354 | 6 | 22 | 0 | 7 | 427 | 65 | 124 |
| Binary | 11011101 | 11000001 | 11101100 | 110 | 10010 | 0 | 111 | 100010111 | 110101 | 1010100 |
Color Harmonies of #DDC1EC
Complementary color
Monochromatic Colors of #DDC1EC
Black with #DDC1EC
Text Example
Text Example
White with #DDC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1EC; }
p { color: rgb(221,193,236); }
H1.HeaderClassName
{
color: #DDC1EC;
}
.AnyTagClassName
{
color: #DDC1EC;
}
</style>
background-color css
<style>
a { background-color: #DDC1EC; }
a { background-color: rgb(221,193,236); }
div.DivClassName
{
background-color: #DDC1EC;
}
.BgClassName
{
background-color: #DDC1EC;
}
</style>
border-color css
<style>
span { border-color: #DDC1EC; }
span { border-color: rgb(221,193,236); }
td.TdClassName
{
border-color: #DDC1EC;
}
.TagClassName
{
border-color: #DDC1EC;
}
</style>