Shades of Fog #DDC3ED
Tints of Fog #DDC3ED
RGB
CMYK
RGB Variations
Color information
#DDC3ED (or 0xDDC3ED) is known color: Fog. HEX triplet: DD, C3 and ED. RGB value is (221,195,237). Sum of RGB (Red+Green+Blue) = 221+195+237=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3ED is #223C12. Grayscale: #CFCFCF. Windows color (decimal): -2243603 or 15582173. OLE color: 15582173.
HSL color Cylindrical-coordinate representation of color #DDC3ED: hue angle of 277.14º degrees, saturation: 0.54, 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 #DDC3ED is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 195 | 237 | - |
CMYK | 0.07 | 0.18 | 0 | 0.07 |
HSL | 277.14º | 0.54% | 0.85% | - |
HSV(B) | 277.14º | 0.18% | 0.93% | - |
XYZ | 64.62 | 60.52 | 88.4 | - |
YUV | 207.56 | 144.61 | 137.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 195 | 237 | 0.07 | 0.18 | 0 | 0.07 | 277.14 | 0.54 | 0.85 |
Hex | DD | C3 | ED | 7 | 12 | 0 | 7 | 115 | 36 | 55 |
Octal | 335 | 303 | 355 | 7 | 22 | 0 | 7 | 425 | 66 | 125 |
Binary | 11011101 | 11000011 | 11101101 | 111 | 10010 | 0 | 111 | 100010101 | 110110 | 1010101 |
Color Harmonies of #DDC3ED
Complementary color
Monochromatic Colors of #DDC3ED
Black with #DDC3ED
Text Example
Text Example
White with #DDC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3ED; }
p { color: rgb(221,195,237); }
H1.HeaderClassName
{
color: #DDC3ED;
}
.AnyTagClassName
{
color: #DDC3ED;
}
</style>
background-color css
<style>
a { background-color: #DDC3ED; }
a { background-color: rgb(221,195,237); }
div.DivClassName
{
background-color: #DDC3ED;
}
.BgClassName
{
background-color: #DDC3ED;
}
</style>
border-color css
<style>
span { border-color: #DDC3ED; }
span { border-color: rgb(221,195,237); }
td.TdClassName
{
border-color: #DDC3ED;
}
.TagClassName
{
border-color: #DDC3ED;
}
</style>