Shades of Twilight #DDB2CB
Tints of Twilight #DDB2CB
RGB
CMYK
RGB Variations
Color information
#DDB2CB (or 0xDDB2CB) is known color: Twilight. HEX triplet: DD, B2 and CB. RGB value is (221,178,203). Sum of RGB (Red+Green+Blue) = 221+178+203=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CB is #224D34. Grayscale: #C1C1C1. Windows color (decimal): -2247989 or 13349597. OLE color: 13349597.
HSL color Cylindrical-coordinate representation of color #DDB2CB: hue angle of 325.12º 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 #DDB2CB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 203 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.13 |
| HSL | 325.12º | 0.39% | 0.78% | - |
| HSV(B) | 325.12º | 0.19% | 0.87% | - |
| XYZ | 56.52 | 51.52 | 63.47 | - |
| YUV | 193.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 203 | 0 | 0.19 | 0.08 | 0.13 | 325.12 | 0.39 | 0.78 |
| Hex | DD | B2 | CB | 0 | 13 | 8 | D | 145 | 27 | 4E |
| Octal | 335 | 262 | 313 | 0 | 23 | 10 | 15 | 505 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11001011 | 0 | 10011 | 1000 | 1101 | 101000101 | 100111 | 1001110 |
Color Harmonies of #DDB2CB
Complementary color
Monochromatic Colors of #DDB2CB
Black with #DDB2CB
Text Example
Text Example
White with #DDB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2CB; }
p { color: rgb(221,178,203); }
H1.HeaderClassName
{
color: #DDB2CB;
}
.AnyTagClassName
{
color: #DDB2CB;
}
</style>
background-color css
<style>
a { background-color: #DDB2CB; }
a { background-color: rgb(221,178,203); }
div.DivClassName
{
background-color: #DDB2CB;
}
.BgClassName
{
background-color: #DDB2CB;
}
</style>
border-color css
<style>
span { border-color: #DDB2CB; }
span { border-color: rgb(221,178,203); }
td.TdClassName
{
border-color: #DDB2CB;
}
.TagClassName
{
border-color: #DDB2CB;
}
</style>