Shades of Twilight #DCBCCA
Tints of Twilight #DCBCCA
RGB
CMYK
RGB Variations
Color information
#DCBCCA (or 0xDCBCCA) is known color: Twilight. HEX triplet: DC, BC and CA. RGB value is (220,188,202). Sum of RGB (Red+Green+Blue) = 220+188+202=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCA is #234335. Grayscale: #C7C7C7. Windows color (decimal): -2310966 or 13286620. OLE color: 13286620.
HSL color Cylindrical-coordinate representation of color #DCBCCA: hue angle of 333.75º degrees, saturation: 0.31, 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 #DCBCCA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 202 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.14 |
| HSL | 333.75º | 0.31% | 0.8% | - |
| HSV(B) | 333.75º | 0.15% | 0.86% | - |
| XYZ | 58.16 | 55.45 | 63.51 | - |
| YUV | 199.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 202 | 0 | 0.15 | 0.08 | 0.14 | 333.75 | 0.31 | 0.8 |
| Hex | DC | BC | CA | 0 | F | 8 | E | 14E | 1F | 50 |
| Octal | 334 | 274 | 312 | 0 | 17 | 10 | 16 | 516 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001010 | 0 | 1111 | 1000 | 1110 | 101001110 | 11111 | 1010000 |
Color Harmonies of #DCBCCA
Complementary color
Monochromatic Colors of #DCBCCA
Black with #DCBCCA
Text Example
Text Example
White with #DCBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCCA; }
p { color: rgb(220,188,202); }
H1.HeaderClassName
{
color: #DCBCCA;
}
.AnyTagClassName
{
color: #DCBCCA;
}
</style>
background-color css
<style>
a { background-color: #DCBCCA; }
a { background-color: rgb(220,188,202); }
div.DivClassName
{
background-color: #DCBCCA;
}
.BgClassName
{
background-color: #DCBCCA;
}
</style>
border-color css
<style>
span { border-color: #DCBCCA; }
span { border-color: rgb(220,188,202); }
td.TdClassName
{
border-color: #DCBCCA;
}
.TagClassName
{
border-color: #DCBCCA;
}
</style>