Shades of Twilight #DDBBCB
Tints of Twilight #DDBBCB
RGB
CMYK
RGB Variations
Color information
#DDBBCB (or 0xDDBBCB) is known color: Twilight. HEX triplet: DD, BB and CB. RGB value is (221,187,203). Sum of RGB (Red+Green+Blue) = 221+187+203=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBCB is #224434. Grayscale: #C6C6C6. Windows color (decimal): -2245685 or 13351901. OLE color: 13351901.
HSL color Cylindrical-coordinate representation of color #DDBBCB: hue angle of 331.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBCB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 203 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.13 |
| HSL | 331.76º | 0.33% | 0.8% | - |
| HSV(B) | 331.76º | 0.15% | 0.87% | - |
| XYZ | 58.37 | 55.22 | 64.08 | - |
| YUV | 198.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 203 | 0 | 0.15 | 0.08 | 0.13 | 331.76 | 0.33 | 0.8 |
| Hex | DD | BB | CB | 0 | F | 8 | D | 14C | 21 | 50 |
| Octal | 335 | 273 | 313 | 0 | 17 | 10 | 15 | 514 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11001011 | 0 | 1111 | 1000 | 1101 | 101001100 | 100001 | 1010000 |
Color Harmonies of #DDBBCB
Complementary color
Monochromatic Colors of #DDBBCB
Black with #DDBBCB
Text Example
Text Example
White with #DDBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBCB; }
p { color: rgb(221,187,203); }
H1.HeaderClassName
{
color: #DDBBCB;
}
.AnyTagClassName
{
color: #DDBBCB;
}
</style>
background-color css
<style>
a { background-color: #DDBBCB; }
a { background-color: rgb(221,187,203); }
div.DivClassName
{
background-color: #DDBBCB;
}
.BgClassName
{
background-color: #DDBBCB;
}
</style>
border-color css
<style>
span { border-color: #DDBBCB; }
span { border-color: rgb(221,187,203); }
td.TdClassName
{
border-color: #DDBBCB;
}
.TagClassName
{
border-color: #DDBBCB;
}
</style>