Shades of Twilight #DCBEC9
Tints of Twilight #DCBEC9
RGB
CMYK
RGB Variations
Color information
#DCBEC9 (or 0xDCBEC9) is known color: Twilight. HEX triplet: DC, BE and C9. RGB value is (220,190,201). Sum of RGB (Red+Green+Blue) = 220+190+201=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC9 is #234136. Grayscale: #C8C8C8. Windows color (decimal): -2310455 or 13221596. OLE color: 13221596.
HSL color Cylindrical-coordinate representation of color #DCBEC9: hue angle of 338º 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 #DCBEC9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 201 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.14 |
| HSL | 338º | 0.3% | 0.8% | - |
| HSV(B) | 338º | 0.14% | 0.86% | - |
| XYZ | 58.47 | 56.26 | 63.04 | - |
| YUV | 200.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 201 | 0 | 0.14 | 0.09 | 0.14 | 338 | 0.3 | 0.8 |
| Hex | DC | BE | C9 | 0 | E | 9 | E | 152 | 1E | 50 |
| Octal | 334 | 276 | 311 | 0 | 16 | 11 | 16 | 522 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11001001 | 0 | 1110 | 1001 | 1110 | 101010010 | 11110 | 1010000 |
Color Harmonies of #DCBEC9
Complementary color
Monochromatic Colors of #DCBEC9
Black with #DCBEC9
Text Example
Text Example
White with #DCBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC9; }
p { color: rgb(220,190,201); }
H1.HeaderClassName
{
color: #DCBEC9;
}
.AnyTagClassName
{
color: #DCBEC9;
}
</style>
background-color css
<style>
a { background-color: #DCBEC9; }
a { background-color: rgb(220,190,201); }
div.DivClassName
{
background-color: #DCBEC9;
}
.BgClassName
{
background-color: #DCBEC9;
}
</style>
border-color css
<style>
span { border-color: #DCBEC9; }
span { border-color: rgb(220,190,201); }
td.TdClassName
{
border-color: #DCBEC9;
}
.TagClassName
{
border-color: #DCBEC9;
}
</style>