Shades of Twilight #DCBED0
Tints of Twilight #DCBED0
RGB
CMYK
RGB Variations
Color information
#DCBED0 (or 0xDCBED0) is known color: Twilight. HEX triplet: DC, BE and D0. RGB value is (220,190,208). Sum of RGB (Red+Green+Blue) = 220+190+208=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED0 is #23412F. Grayscale: #C8C8C8. Windows color (decimal): -2310448 or 13680348. OLE color: 13680348.
HSL color Cylindrical-coordinate representation of color #DCBED0: hue angle of 324º 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 #DCBED0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 208 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.14 |
| HSL | 324º | 0.3% | 0.8% | - |
| HSV(B) | 324º | 0.14% | 0.86% | - |
| XYZ | 59.31 | 56.6 | 67.47 | - |
| YUV | 201.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 208 | 0 | 0.14 | 0.05 | 0.14 | 324 | 0.3 | 0.8 |
| Hex | DC | BE | D0 | 0 | E | 5 | E | 144 | 1E | 50 |
| Octal | 334 | 276 | 320 | 0 | 16 | 5 | 16 | 504 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11010000 | 0 | 1110 | 101 | 1110 | 101000100 | 11110 | 1010000 |
Color Harmonies of #DCBED0
Complementary color
Monochromatic Colors of #DCBED0
Black with #DCBED0
Text Example
Text Example
White with #DCBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBED0; }
p { color: rgb(220,190,208); }
H1.HeaderClassName
{
color: #DCBED0;
}
.AnyTagClassName
{
color: #DCBED0;
}
</style>
background-color css
<style>
a { background-color: #DCBED0; }
a { background-color: rgb(220,190,208); }
div.DivClassName
{
background-color: #DCBED0;
}
.BgClassName
{
background-color: #DCBED0;
}
</style>
border-color css
<style>
span { border-color: #DCBED0; }
span { border-color: rgb(220,190,208); }
td.TdClassName
{
border-color: #DCBED0;
}
.TagClassName
{
border-color: #DCBED0;
}
</style>