Shades of Twilight #DCBBC8
Tints of Twilight #DCBBC8
RGB
CMYK
RGB Variations
Color information
#DCBBC8 (or 0xDCBBC8) is known color: Twilight. HEX triplet: DC, BB and C8. RGB value is (220,187,200). Sum of RGB (Red+Green+Blue) = 220+187+200=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC8 is #234437. Grayscale: #C6C6C6. Windows color (decimal): -2311224 or 13155292. OLE color: 13155292.
HSL color Cylindrical-coordinate representation of color #DCBBC8: hue angle of 336.36º 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 #DCBBC8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 200 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.14 |
| HSL | 336.36º | 0.32% | 0.8% | - |
| HSV(B) | 336.36º | 0.15% | 0.86% | - |
| XYZ | 57.71 | 54.93 | 62.2 | - |
| YUV | 198.35 | 128.93 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 200 | 0 | 0.15 | 0.09 | 0.14 | 336.36 | 0.32 | 0.8 |
| Hex | DC | BB | C8 | 0 | F | 9 | E | 150 | 20 | 50 |
| Octal | 334 | 273 | 310 | 0 | 17 | 11 | 16 | 520 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11001000 | 0 | 1111 | 1001 | 1110 | 101010000 | 100000 | 1010000 |
Color Harmonies of #DCBBC8
Complementary color
Monochromatic Colors of #DCBBC8
Black with #DCBBC8
Text Example
Text Example
White with #DCBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBC8; }
p { color: rgb(220,187,200); }
H1.HeaderClassName
{
color: #DCBBC8;
}
.AnyTagClassName
{
color: #DCBBC8;
}
</style>
background-color css
<style>
a { background-color: #DCBBC8; }
a { background-color: rgb(220,187,200); }
div.DivClassName
{
background-color: #DCBBC8;
}
.BgClassName
{
background-color: #DCBBC8;
}
</style>
border-color css
<style>
span { border-color: #DCBBC8; }
span { border-color: rgb(220,187,200); }
td.TdClassName
{
border-color: #DCBBC8;
}
.TagClassName
{
border-color: #DCBBC8;
}
</style>