Shades of Fog #DDC7EF
Tints of Fog #DDC7EF
RGB
CMYK
RGB Variations
Color information
#DDC7EF (or 0xDDC7EF) is known color: Fog. HEX triplet: DD, C7 and EF. RGB value is (221,199,239). Sum of RGB (Red+Green+Blue) = 221+199+239=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7EF is #223810. Grayscale: #D1D1D1. Windows color (decimal): -2242577 or 15714269. OLE color: 15714269.
HSL color Cylindrical-coordinate representation of color #DDC7EF: hue angle of 273º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC7EF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 199 | 239 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.06 |
| HSL | 273º | 0.56% | 0.86% | - |
| HSV(B) | 273º | 0.17% | 0.94% | - |
| XYZ | 65.82 | 62.45 | 90.25 | - |
| YUV | 210.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 239 | 0.08 | 0.17 | 0 | 0.06 | 273 | 0.56 | 0.86 |
| Hex | DD | C7 | EF | 8 | 11 | 0 | 6 | 111 | 38 | 56 |
| Octal | 335 | 307 | 357 | 10 | 21 | 0 | 6 | 421 | 70 | 126 |
| Binary | 11011101 | 11000111 | 11101111 | 1000 | 10001 | 0 | 110 | 100010001 | 111000 | 1010110 |
Color Harmonies of #DDC7EF
Complementary color
Monochromatic Colors of #DDC7EF
Black with #DDC7EF
Text Example
Text Example
White with #DDC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7EF; }
p { color: rgb(221,199,239); }
H1.HeaderClassName
{
color: #DDC7EF;
}
.AnyTagClassName
{
color: #DDC7EF;
}
</style>
background-color css
<style>
a { background-color: #DDC7EF; }
a { background-color: rgb(221,199,239); }
div.DivClassName
{
background-color: #DDC7EF;
}
.BgClassName
{
background-color: #DDC7EF;
}
</style>
border-color css
<style>
span { border-color: #DDC7EF; }
span { border-color: rgb(221,199,239); }
td.TdClassName
{
border-color: #DDC7EF;
}
.TagClassName
{
border-color: #DDC7EF;
}
</style>