Shades of Twilight #DCBED1
Tints of Twilight #DCBED1
RGB
CMYK
RGB Variations
Color information
#DCBED1 (or 0xDCBED1) is known color: Twilight. HEX triplet: DC, BE and D1. RGB value is (220,190,209). Sum of RGB (Red+Green+Blue) = 220+190+209=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED1 is #23412E. Grayscale: #C9C9C9. Windows color (decimal): -2310447 or 13745884. OLE color: 13745884.
HSL color Cylindrical-coordinate representation of color #DCBED1: hue angle of 322º 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 #DCBED1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 209 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.14 |
| HSL | 322º | 0.3% | 0.8% | - |
| HSV(B) | 322º | 0.14% | 0.86% | - |
| XYZ | 59.44 | 56.65 | 68.12 | - |
| YUV | 201.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 209 | 0 | 0.14 | 0.05 | 0.14 | 322 | 0.3 | 0.8 |
| Hex | DC | BE | D1 | 0 | E | 5 | E | 142 | 1E | 50 |
| Octal | 334 | 276 | 321 | 0 | 16 | 5 | 16 | 502 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11010001 | 0 | 1110 | 101 | 1110 | 101000010 | 11110 | 1010000 |
Color Harmonies of #DCBED1
Complementary color
Monochromatic Colors of #DCBED1
Black with #DCBED1
Text Example
Text Example
White with #DCBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBED1; }
p { color: rgb(220,190,209); }
H1.HeaderClassName
{
color: #DCBED1;
}
.AnyTagClassName
{
color: #DCBED1;
}
</style>
background-color css
<style>
a { background-color: #DCBED1; }
a { background-color: rgb(220,190,209); }
div.DivClassName
{
background-color: #DCBED1;
}
.BgClassName
{
background-color: #DCBED1;
}
</style>
border-color css
<style>
span { border-color: #DCBED1; }
span { border-color: rgb(220,190,209); }
td.TdClassName
{
border-color: #DCBED1;
}
.TagClassName
{
border-color: #DCBED1;
}
</style>