Shades of Fog #DDC9ED
Tints of Fog #DDC9ED
RGB
CMYK
RGB Variations
Color information
#DDC9ED (or 0xDDC9ED) is known color: Fog. HEX triplet: DD, C9 and ED. RGB value is (221,201,237). Sum of RGB (Red+Green+Blue) = 221+201+237=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9ED is #223612. Grayscale: #D2D2D2. Windows color (decimal): -2242067 or 15583709. OLE color: 15583709.
HSL color Cylindrical-coordinate representation of color #DDC9ED: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC9ED is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 201 | 237 | - |
CMYK | 0.07 | 0.15 | 0 | 0.07 |
HSL | 273.33º | 0.5% | 0.86% | - |
HSV(B) | 273.33º | 0.15% | 0.93% | - |
XYZ | 65.99 | 63.26 | 88.85 | - |
YUV | 211.08 | 142.63 | 135.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 237 | 0.07 | 0.15 | 0 | 0.07 | 273.33 | 0.5 | 0.86 |
Hex | DD | C9 | ED | 7 | F | 0 | 7 | 111 | 32 | 56 |
Octal | 335 | 311 | 355 | 7 | 17 | 0 | 7 | 421 | 62 | 126 |
Binary | 11011101 | 11001001 | 11101101 | 111 | 1111 | 0 | 111 | 100010001 | 110010 | 1010110 |
Color Harmonies of #DDC9ED
Complementary color
Monochromatic Colors of #DDC9ED
Black with #DDC9ED
Text Example
Text Example
White with #DDC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9ED; }
p { color: rgb(221,201,237); }
H1.HeaderClassName
{
color: #DDC9ED;
}
.AnyTagClassName
{
color: #DDC9ED;
}
</style>
background-color css
<style>
a { background-color: #DDC9ED; }
a { background-color: rgb(221,201,237); }
div.DivClassName
{
background-color: #DDC9ED;
}
.BgClassName
{
background-color: #DDC9ED;
}
</style>
border-color css
<style>
span { border-color: #DDC9ED; }
span { border-color: rgb(221,201,237); }
td.TdClassName
{
border-color: #DDC9ED;
}
.TagClassName
{
border-color: #DDC9ED;
}
</style>