Shades of Fog #DDC0EE
Tints of Fog #DDC0EE
RGB
CMYK
RGB Variations
Color information
#DDC0EE (or 0xDDC0EE) is known color: Fog. HEX triplet: DD, C0 and EE. RGB value is (221,192,238). Sum of RGB (Red+Green+Blue) = 221+192+238=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EE is #223F11. Grayscale: #CDCDCD. Windows color (decimal): -2244370 or 15646941. OLE color: 15646941.
HSL color Cylindrical-coordinate representation of color #DDC0EE: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC0EE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 192 | 238 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.07 |
| HSL | 277.83º | 0.58% | 0.84% | - |
| HSV(B) | 277.83º | 0.19% | 0.93% | - |
| XYZ | 64.1 | 59.24 | 88.95 | - |
| YUV | 205.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 238 | 0.07 | 0.19 | 0 | 0.07 | 277.83 | 0.58 | 0.84 |
| Hex | DD | C0 | EE | 7 | 13 | 0 | 7 | 116 | 3A | 54 |
| Octal | 335 | 300 | 356 | 7 | 23 | 0 | 7 | 426 | 72 | 124 |
| Binary | 11011101 | 11000000 | 11101110 | 111 | 10011 | 0 | 111 | 100010110 | 111010 | 1010100 |
Color Harmonies of #DDC0EE
Complementary color
Monochromatic Colors of #DDC0EE
Black with #DDC0EE
Text Example
Text Example
White with #DDC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0EE; }
p { color: rgb(221,192,238); }
H1.HeaderClassName
{
color: #DDC0EE;
}
.AnyTagClassName
{
color: #DDC0EE;
}
</style>
background-color css
<style>
a { background-color: #DDC0EE; }
a { background-color: rgb(221,192,238); }
div.DivClassName
{
background-color: #DDC0EE;
}
.BgClassName
{
background-color: #DDC0EE;
}
</style>
border-color css
<style>
span { border-color: #DDC0EE; }
span { border-color: rgb(221,192,238); }
td.TdClassName
{
border-color: #DDC0EE;
}
.TagClassName
{
border-color: #DDC0EE;
}
</style>