Shades of Twilight #DDB2CD
Tints of Twilight #DDB2CD
RGB
CMYK
RGB Variations
Color information
#DDB2CD (or 0xDDB2CD) is known color: Twilight. HEX triplet: DD, B2 and CD. RGB value is (221,178,205). Sum of RGB (Red+Green+Blue) = 221+178+205=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CD is #224D32. Grayscale: #C1C1C1. Windows color (decimal): -2247987 or 13480669. OLE color: 13480669.
HSL color Cylindrical-coordinate representation of color #DDB2CD: hue angle of 322.33º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2CD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 178 | 205 | - |
CMYK | 0 | 0.19 | 0.07 | 0.13 |
HSL | 322.33º | 0.39% | 0.78% | - |
HSV(B) | 322.33º | 0.19% | 0.87% | - |
XYZ | 56.76 | 51.62 | 64.73 | - |
YUV | 193.94 | 134.25 | 147.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 205 | 0 | 0.19 | 0.07 | 0.13 | 322.33 | 0.39 | 0.78 |
Hex | DD | B2 | CD | 0 | 13 | 7 | D | 142 | 27 | 4E |
Octal | 335 | 262 | 315 | 0 | 23 | 7 | 15 | 502 | 47 | 116 |
Binary | 11011101 | 10110010 | 11001101 | 0 | 10011 | 111 | 1101 | 101000010 | 100111 | 1001110 |
Color Harmonies of #DDB2CD
Complementary color
Monochromatic Colors of #DDB2CD
Black with #DDB2CD
Text Example
Text Example
White with #DDB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2CD; }
p { color: rgb(221,178,205); }
H1.HeaderClassName
{
color: #DDB2CD;
}
.AnyTagClassName
{
color: #DDB2CD;
}
</style>
background-color css
<style>
a { background-color: #DDB2CD; }
a { background-color: rgb(221,178,205); }
div.DivClassName
{
background-color: #DDB2CD;
}
.BgClassName
{
background-color: #DDB2CD;
}
</style>
border-color css
<style>
span { border-color: #DDB2CD; }
span { border-color: rgb(221,178,205); }
td.TdClassName
{
border-color: #DDB2CD;
}
.TagClassName
{
border-color: #DDB2CD;
}
</style>