Shades of Fog #DDC6ED
Tints of Fog #DDC6ED
RGB
CMYK
RGB Variations
Color information
#DDC6ED (or 0xDDC6ED) is known color: Fog. HEX triplet: DD, C6 and ED. RGB value is (221,198,237). Sum of RGB (Red+Green+Blue) = 221+198+237=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6ED is #223912. Grayscale: #D1D1D1. Windows color (decimal): -2242835 or 15582941. OLE color: 15582941.
HSL color Cylindrical-coordinate representation of color #DDC6ED: hue angle of 275.38º degrees, saturation: 0.52, 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 #DDC6ED is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 198 | 237 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 275.38º | 0.52% | 0.85% | - |
| HSV(B) | 275.38º | 0.16% | 0.93% | - |
| XYZ | 65.3 | 61.87 | 88.62 | - |
| YUV | 209.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 237 | 0.07 | 0.16 | 0 | 0.07 | 275.38 | 0.52 | 0.85 |
| Hex | DD | C6 | ED | 7 | 10 | 0 | 7 | 113 | 34 | 55 |
| Octal | 335 | 306 | 355 | 7 | 20 | 0 | 7 | 423 | 64 | 125 |
| Binary | 11011101 | 11000110 | 11101101 | 111 | 10000 | 0 | 111 | 100010011 | 110100 | 1010101 |
Color Harmonies of #DDC6ED
Complementary color
Monochromatic Colors of #DDC6ED
Black with #DDC6ED
Text Example
Text Example
White with #DDC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6ED; }
p { color: rgb(221,198,237); }
H1.HeaderClassName
{
color: #DDC6ED;
}
.AnyTagClassName
{
color: #DDC6ED;
}
</style>
background-color css
<style>
a { background-color: #DDC6ED; }
a { background-color: rgb(221,198,237); }
div.DivClassName
{
background-color: #DDC6ED;
}
.BgClassName
{
background-color: #DDC6ED;
}
</style>
border-color css
<style>
span { border-color: #DDC6ED; }
span { border-color: rgb(221,198,237); }
td.TdClassName
{
border-color: #DDC6ED;
}
.TagClassName
{
border-color: #DDC6ED;
}
</style>