Shades of Twilight #DCBCCC
Tints of Twilight #DCBCCC
RGB
CMYK
RGB Variations
Color information
#DCBCCC (or 0xDCBCCC) is known color: Twilight. HEX triplet: DC, BC and CC. RGB value is (220,188,204). Sum of RGB (Red+Green+Blue) = 220+188+204=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCC is #234333. Grayscale: #C7C7C7. Windows color (decimal): -2310964 or 13417692. OLE color: 13417692.
HSL color Cylindrical-coordinate representation of color #DCBCCC: hue angle of 330º 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 #DCBCCC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 204 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.14 |
| HSL | 330º | 0.31% | 0.8% | - |
| HSV(B) | 330º | 0.15% | 0.86% | - |
| XYZ | 58.4 | 55.54 | 64.77 | - |
| YUV | 199.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 204 | 0 | 0.15 | 0.07 | 0.14 | 330 | 0.31 | 0.8 |
| Hex | DC | BC | CC | 0 | F | 7 | E | 14A | 1F | 50 |
| Octal | 334 | 274 | 314 | 0 | 17 | 7 | 16 | 512 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001100 | 0 | 1111 | 111 | 1110 | 101001010 | 11111 | 1010000 |
Color Harmonies of #DCBCCC
Complementary color
Monochromatic Colors of #DCBCCC
Black with #DCBCCC
Text Example
Text Example
White with #DCBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCCC; }
p { color: rgb(220,188,204); }
H1.HeaderClassName
{
color: #DCBCCC;
}
.AnyTagClassName
{
color: #DCBCCC;
}
</style>
background-color css
<style>
a { background-color: #DCBCCC; }
a { background-color: rgb(220,188,204); }
div.DivClassName
{
background-color: #DCBCCC;
}
.BgClassName
{
background-color: #DCBCCC;
}
</style>
border-color css
<style>
span { border-color: #DCBCCC; }
span { border-color: rgb(220,188,204); }
td.TdClassName
{
border-color: #DCBCCC;
}
.TagClassName
{
border-color: #DCBCCC;
}
</style>