Shades of Fog #DDC2EE
Tints of Fog #DDC2EE
RGB
CMYK
RGB Variations
Color information
#DDC2EE (or 0xDDC2EE) is known color: Fog. HEX triplet: DD, C2 and EE. RGB value is (221,194,238). Sum of RGB (Red+Green+Blue) = 221+194+238=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC2EE is #223D11. Grayscale: #CECECE. Windows color (decimal): -2243858 or 15647453. OLE color: 15647453.
HSL color Cylindrical-coordinate representation of color #DDC2EE: hue angle of 276.82º 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 #DDC2EE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 194 | 238 | - |
CMYK | 0.07 | 0.18 | 0 | 0.07 |
HSL | 276.82º | 0.56% | 0.85% | - |
HSV(B) | 276.82º | 0.18% | 0.93% | - |
XYZ | 64.54 | 60.13 | 89.09 | - |
YUV | 207.09 | 145.45 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 194 | 238 | 0.07 | 0.18 | 0 | 0.07 | 276.82 | 0.56 | 0.85 |
Hex | DD | C2 | EE | 7 | 12 | 0 | 7 | 115 | 38 | 55 |
Octal | 335 | 302 | 356 | 7 | 22 | 0 | 7 | 425 | 70 | 125 |
Binary | 11011101 | 11000010 | 11101110 | 111 | 10010 | 0 | 111 | 100010101 | 111000 | 1010101 |
Color Harmonies of #DDC2EE
Complementary color
Monochromatic Colors of #DDC2EE
Black with #DDC2EE
Text Example
Text Example
White with #DDC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2EE; }
p { color: rgb(221,194,238); }
H1.HeaderClassName
{
color: #DDC2EE;
}
.AnyTagClassName
{
color: #DDC2EE;
}
</style>
background-color css
<style>
a { background-color: #DDC2EE; }
a { background-color: rgb(221,194,238); }
div.DivClassName
{
background-color: #DDC2EE;
}
.BgClassName
{
background-color: #DDC2EE;
}
</style>
border-color css
<style>
span { border-color: #DDC2EE; }
span { border-color: rgb(221,194,238); }
td.TdClassName
{
border-color: #DDC2EE;
}
.TagClassName
{
border-color: #DDC2EE;
}
</style>