Shades of Twilight #DDD2DA
Tints of Twilight #DDD2DA
RGB
CMYK
RGB Variations
Color information
#DDD2DA (or 0xDDD2DA) is known color: Twilight. HEX triplet: DD, D2 and DA. RGB value is (221,210,218). Sum of RGB (Red+Green+Blue) = 221+210+218=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2DA is #222D25. Grayscale: #D6D6D6. Windows color (decimal): -2239782 or 14340829. OLE color: 14340829.
HSL color Cylindrical-coordinate representation of color #DDD2DA: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD2DA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 210 | 218 | - |
CMYK | 0 | 0.05 | 0.01 | 0.13 |
HSL | 316.36º | 0.14% | 0.85% | - |
HSV(B) | 316.36º | 0.05% | 0.87% | - |
XYZ | 65.52 | 66.53 | 75.72 | - |
YUV | 214.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 210 | 218 | 0 | 0.05 | 0.01 | 0.13 | 316.36 | 0.14 | 0.85 |
Hex | DD | D2 | DA | 0 | 5 | 1 | D | 13C | E | 55 |
Octal | 335 | 322 | 332 | 0 | 5 | 1 | 15 | 474 | 16 | 125 |
Binary | 11011101 | 11010010 | 11011010 | 0 | 101 | 1 | 1101 | 100111100 | 1110 | 1010101 |
Color Harmonies of #DDD2DA
Complementary color
Monochromatic Colors of #DDD2DA
Black with #DDD2DA
Text Example
Text Example
White with #DDD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2DA; }
p { color: rgb(221,210,218); }
H1.HeaderClassName
{
color: #DDD2DA;
}
.AnyTagClassName
{
color: #DDD2DA;
}
</style>
background-color css
<style>
a { background-color: #DDD2DA; }
a { background-color: rgb(221,210,218); }
div.DivClassName
{
background-color: #DDD2DA;
}
.BgClassName
{
background-color: #DDD2DA;
}
</style>
border-color css
<style>
span { border-color: #DDD2DA; }
span { border-color: rgb(221,210,218); }
td.TdClassName
{
border-color: #DDD2DA;
}
.TagClassName
{
border-color: #DDD2DA;
}
</style>