Shades of Twilight #DCBBD0
Tints of Twilight #DCBBD0
RGB
CMYK
RGB Variations
Color information
#DCBBD0 (or 0xDCBBD0) is known color: Twilight. HEX triplet: DC, BB and D0. RGB value is (220,187,208). Sum of RGB (Red+Green+Blue) = 220+187+208=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD0 is #23442F. Grayscale: #C7C7C7. Windows color (decimal): -2311216 or 13679580. OLE color: 13679580.
HSL color Cylindrical-coordinate representation of color #DCBBD0: hue angle of 321.82º 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 #DCBBD0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 208 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.14 |
| HSL | 321.82º | 0.32% | 0.8% | - |
| HSV(B) | 321.82º | 0.15% | 0.86% | - |
| XYZ | 58.67 | 55.31 | 67.26 | - |
| YUV | 199.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 208 | 0 | 0.15 | 0.05 | 0.14 | 321.82 | 0.32 | 0.8 |
| Hex | DC | BB | D0 | 0 | F | 5 | E | 142 | 20 | 50 |
| Octal | 334 | 273 | 320 | 0 | 17 | 5 | 16 | 502 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11010000 | 0 | 1111 | 101 | 1110 | 101000010 | 100000 | 1010000 |
Color Harmonies of #DCBBD0
Complementary color
Monochromatic Colors of #DCBBD0
Black with #DCBBD0
Text Example
Text Example
White with #DCBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD0; }
p { color: rgb(220,187,208); }
H1.HeaderClassName
{
color: #DCBBD0;
}
.AnyTagClassName
{
color: #DCBBD0;
}
</style>
background-color css
<style>
a { background-color: #DCBBD0; }
a { background-color: rgb(220,187,208); }
div.DivClassName
{
background-color: #DCBBD0;
}
.BgClassName
{
background-color: #DCBBD0;
}
</style>
border-color css
<style>
span { border-color: #DCBBD0; }
span { border-color: rgb(220,187,208); }
td.TdClassName
{
border-color: #DCBBD0;
}
.TagClassName
{
border-color: #DCBBD0;
}
</style>