Shades of Fog #DDC8EE
Tints of Fog #DDC8EE
RGB
CMYK
RGB Variations
Color information
#DDC8EE (or 0xDDC8EE) is known color: Fog. HEX triplet: DD, C8 and EE. RGB value is (221,200,238). Sum of RGB (Red+Green+Blue) = 221+200+238=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8EE is #223711. Grayscale: #D2D2D2. Windows color (decimal): -2242322 or 15648989. OLE color: 15648989.
HSL color Cylindrical-coordinate representation of color #DDC8EE: hue angle of 273.16º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC8EE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 200 | 238 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 273.16º | 0.53% | 0.86% | - |
| HSV(B) | 273.16º | 0.16% | 0.93% | - |
| XYZ | 65.91 | 62.85 | 89.55 | - |
| YUV | 210.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 238 | 0.07 | 0.16 | 0 | 0.07 | 273.16 | 0.53 | 0.86 |
| Hex | DD | C8 | EE | 7 | 10 | 0 | 7 | 111 | 35 | 56 |
| Octal | 335 | 310 | 356 | 7 | 20 | 0 | 7 | 421 | 65 | 126 |
| Binary | 11011101 | 11001000 | 11101110 | 111 | 10000 | 0 | 111 | 100010001 | 110101 | 1010110 |
Color Harmonies of #DDC8EE
Complementary color
Monochromatic Colors of #DDC8EE
Black with #DDC8EE
Text Example
Text Example
White with #DDC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8EE; }
p { color: rgb(221,200,238); }
H1.HeaderClassName
{
color: #DDC8EE;
}
.AnyTagClassName
{
color: #DDC8EE;
}
</style>
background-color css
<style>
a { background-color: #DDC8EE; }
a { background-color: rgb(221,200,238); }
div.DivClassName
{
background-color: #DDC8EE;
}
.BgClassName
{
background-color: #DDC8EE;
}
</style>
border-color css
<style>
span { border-color: #DDC8EE; }
span { border-color: rgb(221,200,238); }
td.TdClassName
{
border-color: #DDC8EE;
}
.TagClassName
{
border-color: #DDC8EE;
}
</style>