Shades of Twilight #DCBECA
Tints of Twilight #DCBECA
RGB
CMYK
RGB Variations
Color information
#DCBECA (or 0xDCBECA) is known color: Twilight. HEX triplet: DC, BE and CA. RGB value is (220,190,202). Sum of RGB (Red+Green+Blue) = 220+190+202=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECA is #234135. Grayscale: #C8C8C8. Windows color (decimal): -2310454 or 13287132. OLE color: 13287132.
HSL color Cylindrical-coordinate representation of color #DCBECA: hue angle of 336º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBECA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 202 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.14 |
| HSL | 336º | 0.3% | 0.8% | - |
| HSV(B) | 336º | 0.14% | 0.86% | - |
| XYZ | 58.59 | 56.31 | 63.66 | - |
| YUV | 200.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 202 | 0 | 0.14 | 0.08 | 0.14 | 336 | 0.3 | 0.8 |
| Hex | DC | BE | CA | 0 | E | 8 | E | 150 | 1E | 50 |
| Octal | 334 | 276 | 312 | 0 | 16 | 10 | 16 | 520 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11001010 | 0 | 1110 | 1000 | 1110 | 101010000 | 11110 | 1010000 |
Color Harmonies of #DCBECA
Complementary color
Monochromatic Colors of #DCBECA
Black with #DCBECA
Text Example
Text Example
White with #DCBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBECA; }
p { color: rgb(220,190,202); }
H1.HeaderClassName
{
color: #DCBECA;
}
.AnyTagClassName
{
color: #DCBECA;
}
</style>
background-color css
<style>
a { background-color: #DCBECA; }
a { background-color: rgb(220,190,202); }
div.DivClassName
{
background-color: #DCBECA;
}
.BgClassName
{
background-color: #DCBECA;
}
</style>
border-color css
<style>
span { border-color: #DCBECA; }
span { border-color: rgb(220,190,202); }
td.TdClassName
{
border-color: #DCBECA;
}
.TagClassName
{
border-color: #DCBECA;
}
</style>