Shades of Fog #DDCEEA
Tints of Fog #DDCEEA
RGB
CMYK
RGB Variations
Color information
#DDCEEA (or 0xDDCEEA) is known color: Fog. HEX triplet: DD, CE and EA. RGB value is (221,206,234). Sum of RGB (Red+Green+Blue) = 221+206+234=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEEA is #223115. Grayscale: #D5D5D5. Windows color (decimal): -2240790 or 15388381. OLE color: 15388381.
HSL color Cylindrical-coordinate representation of color #DDCEEA: hue angle of 272.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCEEA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 206 | 234 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.08 |
| HSL | 272.14º | 0.4% | 0.86% | - |
| HSV(B) | 272.14º | 0.12% | 0.92% | - |
| XYZ | 66.74 | 65.46 | 86.96 | - |
| YUV | 213.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 234 | 0.06 | 0.12 | 0 | 0.08 | 272.14 | 0.4 | 0.86 |
| Hex | DD | CE | EA | 6 | C | 0 | 8 | 110 | 28 | 56 |
| Octal | 335 | 316 | 352 | 6 | 14 | 0 | 10 | 420 | 50 | 126 |
| Binary | 11011101 | 11001110 | 11101010 | 110 | 1100 | 0 | 1000 | 100010000 | 101000 | 1010110 |
Color Harmonies of #DDCEEA
Complementary color
Monochromatic Colors of #DDCEEA
Black with #DDCEEA
Text Example
Text Example
White with #DDCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEEA; }
p { color: rgb(221,206,234); }
H1.HeaderClassName
{
color: #DDCEEA;
}
.AnyTagClassName
{
color: #DDCEEA;
}
</style>
background-color css
<style>
a { background-color: #DDCEEA; }
a { background-color: rgb(221,206,234); }
div.DivClassName
{
background-color: #DDCEEA;
}
.BgClassName
{
background-color: #DDCEEA;
}
</style>
border-color css
<style>
span { border-color: #DDCEEA; }
span { border-color: rgb(221,206,234); }
td.TdClassName
{
border-color: #DDCEEA;
}
.TagClassName
{
border-color: #DDCEEA;
}
</style>