Shades of Fog #DDC4EF
Tints of Fog #DDC4EF
RGB
CMYK
RGB Variations
Color information
#DDC4EF (or 0xDDC4EF) is known color: Fog. HEX triplet: DD, C4 and EF. RGB value is (221,196,239). Sum of RGB (Red+Green+Blue) = 221+196+239=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4EF is #223B10. Grayscale: #D0D0D0. Windows color (decimal): -2243345 or 15713501. OLE color: 15713501.
HSL color Cylindrical-coordinate representation of color #DDC4EF: hue angle of 274.88º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC4EF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 196 | 239 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.06 |
| HSL | 274.88º | 0.57% | 0.85% | - |
| HSV(B) | 274.88º | 0.18% | 0.94% | - |
| XYZ | 65.14 | 61.08 | 90.02 | - |
| YUV | 208.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 239 | 0.08 | 0.18 | 0 | 0.06 | 274.88 | 0.57 | 0.85 |
| Hex | DD | C4 | EF | 8 | 12 | 0 | 6 | 113 | 39 | 55 |
| Octal | 335 | 304 | 357 | 10 | 22 | 0 | 6 | 423 | 71 | 125 |
| Binary | 11011101 | 11000100 | 11101111 | 1000 | 10010 | 0 | 110 | 100010011 | 111001 | 1010101 |
Color Harmonies of #DDC4EF
Complementary color
Monochromatic Colors of #DDC4EF
Black with #DDC4EF
Text Example
Text Example
White with #DDC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4EF; }
p { color: rgb(221,196,239); }
H1.HeaderClassName
{
color: #DDC4EF;
}
.AnyTagClassName
{
color: #DDC4EF;
}
</style>
background-color css
<style>
a { background-color: #DDC4EF; }
a { background-color: rgb(221,196,239); }
div.DivClassName
{
background-color: #DDC4EF;
}
.BgClassName
{
background-color: #DDC4EF;
}
</style>
border-color css
<style>
span { border-color: #DDC4EF; }
span { border-color: rgb(221,196,239); }
td.TdClassName
{
border-color: #DDC4EF;
}
.TagClassName
{
border-color: #DDC4EF;
}
</style>