Shades of Twilight #DCBBD1
Tints of Twilight #DCBBD1
RGB
CMYK
RGB Variations
Color information
#DCBBD1 (or 0xDCBBD1) is known color: Twilight. HEX triplet: DC, BB and D1. RGB value is (220,187,209). Sum of RGB (Red+Green+Blue) = 220+187+209=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD1 is #23442E. Grayscale: #C7C7C7. Windows color (decimal): -2311215 or 13745116. OLE color: 13745116.
HSL color Cylindrical-coordinate representation of color #DCBBD1: hue angle of 320º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBD1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 209 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.14 |
| HSL | 320º | 0.32% | 0.8% | - |
| HSV(B) | 320º | 0.15% | 0.86% | - |
| XYZ | 58.79 | 55.36 | 67.91 | - |
| YUV | 199.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 209 | 0 | 0.15 | 0.05 | 0.14 | 320 | 0.32 | 0.8 |
| Hex | DC | BB | D1 | 0 | F | 5 | E | 140 | 20 | 50 |
| Octal | 334 | 273 | 321 | 0 | 17 | 5 | 16 | 500 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11010001 | 0 | 1111 | 101 | 1110 | 101000000 | 100000 | 1010000 |
Color Harmonies of #DCBBD1
Complementary color
Monochromatic Colors of #DCBBD1
Black with #DCBBD1
Text Example
Text Example
White with #DCBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD1; }
p { color: rgb(220,187,209); }
H1.HeaderClassName
{
color: #DCBBD1;
}
.AnyTagClassName
{
color: #DCBBD1;
}
</style>
background-color css
<style>
a { background-color: #DCBBD1; }
a { background-color: rgb(220,187,209); }
div.DivClassName
{
background-color: #DCBBD1;
}
.BgClassName
{
background-color: #DCBBD1;
}
</style>
border-color css
<style>
span { border-color: #DCBBD1; }
span { border-color: rgb(220,187,209); }
td.TdClassName
{
border-color: #DCBBD1;
}
.TagClassName
{
border-color: #DCBBD1;
}
</style>