Shades of Fog #DDC8EF
Tints of Fog #DDC8EF
RGB
CMYK
RGB Variations
Color information
#DDC8EF (or 0xDDC8EF) is known color: Fog. HEX triplet: DD, C8 and EF. RGB value is (221,200,239). Sum of RGB (Red+Green+Blue) = 221+200+239=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8EF is #223710. Grayscale: #D2D2D2. Windows color (decimal): -2242321 or 15714525. OLE color: 15714525.
HSL color Cylindrical-coordinate representation of color #DDC8EF: hue angle of 272.31º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC8EF is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 200 | 239 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.06 |
| HSL | 272.31º | 0.55% | 0.86% | - |
| HSV(B) | 272.31º | 0.16% | 0.94% | - |
| XYZ | 66.05 | 62.91 | 90.32 | - |
| YUV | 210.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 239 | 0.08 | 0.16 | 0 | 0.06 | 272.31 | 0.55 | 0.86 |
| Hex | DD | C8 | EF | 8 | 10 | 0 | 6 | 110 | 37 | 56 |
| Octal | 335 | 310 | 357 | 10 | 20 | 0 | 6 | 420 | 67 | 126 |
| Binary | 11011101 | 11001000 | 11101111 | 1000 | 10000 | 0 | 110 | 100010000 | 110111 | 1010110 |
Color Harmonies of #DDC8EF
Complementary color
Monochromatic Colors of #DDC8EF
Black with #DDC8EF
Text Example
Text Example
White with #DDC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8EF; }
p { color: rgb(221,200,239); }
H1.HeaderClassName
{
color: #DDC8EF;
}
.AnyTagClassName
{
color: #DDC8EF;
}
</style>
background-color css
<style>
a { background-color: #DDC8EF; }
a { background-color: rgb(221,200,239); }
div.DivClassName
{
background-color: #DDC8EF;
}
.BgClassName
{
background-color: #DDC8EF;
}
</style>
border-color css
<style>
span { border-color: #DDC8EF; }
span { border-color: rgb(221,200,239); }
td.TdClassName
{
border-color: #DDC8EF;
}
.TagClassName
{
border-color: #DDC8EF;
}
</style>