Shades of Fog #DDC6EE
Tints of Fog #DDC6EE
RGB
CMYK
RGB Variations
Color information
#DDC6EE (or 0xDDC6EE) is known color: Fog. HEX triplet: DD, C6 and EE. RGB value is (221,198,238). Sum of RGB (Red+Green+Blue) = 221+198+238=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EE is #223911. Grayscale: #D1D1D1. Windows color (decimal): -2242834 or 15648477. OLE color: 15648477.
HSL color Cylindrical-coordinate representation of color #DDC6EE: hue angle of 274.5º degrees, saturation: 0.54, 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 #DDC6EE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 198 | 238 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.07 |
| HSL | 274.5º | 0.54% | 0.85% | - |
| HSV(B) | 274.5º | 0.17% | 0.93% | - |
| XYZ | 65.45 | 61.93 | 89.39 | - |
| YUV | 209.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 238 | 0.07 | 0.17 | 0 | 0.07 | 274.5 | 0.54 | 0.85 |
| Hex | DD | C6 | EE | 7 | 11 | 0 | 7 | 112 | 36 | 55 |
| Octal | 335 | 306 | 356 | 7 | 21 | 0 | 7 | 422 | 66 | 125 |
| Binary | 11011101 | 11000110 | 11101110 | 111 | 10001 | 0 | 111 | 100010010 | 110110 | 1010101 |
Color Harmonies of #DDC6EE
Complementary color
Monochromatic Colors of #DDC6EE
Black with #DDC6EE
Text Example
Text Example
White with #DDC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6EE; }
p { color: rgb(221,198,238); }
H1.HeaderClassName
{
color: #DDC6EE;
}
.AnyTagClassName
{
color: #DDC6EE;
}
</style>
background-color css
<style>
a { background-color: #DDC6EE; }
a { background-color: rgb(221,198,238); }
div.DivClassName
{
background-color: #DDC6EE;
}
.BgClassName
{
background-color: #DDC6EE;
}
</style>
border-color css
<style>
span { border-color: #DDC6EE; }
span { border-color: rgb(221,198,238); }
td.TdClassName
{
border-color: #DDC6EE;
}
.TagClassName
{
border-color: #DDC6EE;
}
</style>