Shades of Twilight #DCBECC
Tints of Twilight #DCBECC
RGB
CMYK
RGB Variations
Color information
#DCBECC (or 0xDCBECC) is known color: Twilight. HEX triplet: DC, BE and CC. RGB value is (220,190,204). Sum of RGB (Red+Green+Blue) = 220+190+204=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECC is #234133. Grayscale: #C8C8C8. Windows color (decimal): -2310452 or 13418204. OLE color: 13418204.
HSL color Cylindrical-coordinate representation of color #DCBECC: hue angle of 332º 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 #DCBECC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 204 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.14 |
| HSL | 332º | 0.3% | 0.8% | - |
| HSV(B) | 332º | 0.14% | 0.86% | - |
| XYZ | 58.83 | 56.4 | 64.91 | - |
| YUV | 200.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 204 | 0 | 0.14 | 0.07 | 0.14 | 332 | 0.3 | 0.8 |
| Hex | DC | BE | CC | 0 | E | 7 | E | 14C | 1E | 50 |
| Octal | 334 | 276 | 314 | 0 | 16 | 7 | 16 | 514 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11001100 | 0 | 1110 | 111 | 1110 | 101001100 | 11110 | 1010000 |
Color Harmonies of #DCBECC
Complementary color
Monochromatic Colors of #DCBECC
Black with #DCBECC
Text Example
Text Example
White with #DCBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBECC; }
p { color: rgb(220,190,204); }
H1.HeaderClassName
{
color: #DCBECC;
}
.AnyTagClassName
{
color: #DCBECC;
}
</style>
background-color css
<style>
a { background-color: #DCBECC; }
a { background-color: rgb(220,190,204); }
div.DivClassName
{
background-color: #DCBECC;
}
.BgClassName
{
background-color: #DCBECC;
}
</style>
border-color css
<style>
span { border-color: #DCBECC; }
span { border-color: rgb(220,190,204); }
td.TdClassName
{
border-color: #DCBECC;
}
.TagClassName
{
border-color: #DCBECC;
}
</style>