Shades of Fog #DDC3EE
Tints of Fog #DDC3EE
RGB
CMYK
RGB Variations
Color information
#DDC3EE (or 0xDDC3EE) is known color: Fog. HEX triplet: DD, C3 and EE. RGB value is (221,195,238). Sum of RGB (Red+Green+Blue) = 221+195+238=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3EE is #223C11. Grayscale: #CFCFCF. Windows color (decimal): -2243602 or 15647709. OLE color: 15647709.
HSL color Cylindrical-coordinate representation of color #DDC3EE: hue angle of 276.28º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC3EE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 195 | 238 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 276.28º | 0.56% | 0.85% | - |
| HSV(B) | 276.28º | 0.18% | 0.93% | - |
| XYZ | 64.77 | 60.58 | 89.17 | - |
| YUV | 207.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 238 | 0.07 | 0.18 | 0 | 0.07 | 276.28 | 0.56 | 0.85 |
| Hex | DD | C3 | EE | 7 | 12 | 0 | 7 | 114 | 38 | 55 |
| Octal | 335 | 303 | 356 | 7 | 22 | 0 | 7 | 424 | 70 | 125 |
| Binary | 11011101 | 11000011 | 11101110 | 111 | 10010 | 0 | 111 | 100010100 | 111000 | 1010101 |
Color Harmonies of #DDC3EE
Complementary color
Monochromatic Colors of #DDC3EE
Black with #DDC3EE
Text Example
Text Example
White with #DDC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3EE; }
p { color: rgb(221,195,238); }
H1.HeaderClassName
{
color: #DDC3EE;
}
.AnyTagClassName
{
color: #DDC3EE;
}
</style>
background-color css
<style>
a { background-color: #DDC3EE; }
a { background-color: rgb(221,195,238); }
div.DivClassName
{
background-color: #DDC3EE;
}
.BgClassName
{
background-color: #DDC3EE;
}
</style>
border-color css
<style>
span { border-color: #DDC3EE; }
span { border-color: rgb(221,195,238); }
td.TdClassName
{
border-color: #DDC3EE;
}
.TagClassName
{
border-color: #DDC3EE;
}
</style>