Shades of Twilight #DCBDD2
Tints of Twilight #DCBDD2
RGB
CMYK
RGB Variations
Color information
#DCBDD2 (or 0xDCBDD2) is known color: Twilight. HEX triplet: DC, BD and D2. RGB value is (220,189,210). Sum of RGB (Red+Green+Blue) = 220+189+210=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD2 is #23422D. Grayscale: #C8C8C8. Windows color (decimal): -2310702 or 13811164. OLE color: 13811164.
HSL color Cylindrical-coordinate representation of color #DCBDD2: hue angle of 319.35º degrees, saturation: 0.31, 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 #DCBDD2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 210 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.14 |
| HSL | 319.35º | 0.31% | 0.8% | - |
| HSV(B) | 319.35º | 0.14% | 0.86% | - |
| XYZ | 59.35 | 56.26 | 68.7 | - |
| YUV | 200.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 210 | 0 | 0.14 | 0.05 | 0.14 | 319.35 | 0.31 | 0.8 |
| Hex | DC | BD | D2 | 0 | E | 5 | E | 13F | 1F | 50 |
| Octal | 334 | 275 | 322 | 0 | 16 | 5 | 16 | 477 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11010010 | 0 | 1110 | 101 | 1110 | 100111111 | 11111 | 1010000 |
Color Harmonies of #DCBDD2
Complementary color
Monochromatic Colors of #DCBDD2
Black with #DCBDD2
Text Example
Text Example
White with #DCBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDD2; }
p { color: rgb(220,189,210); }
H1.HeaderClassName
{
color: #DCBDD2;
}
.AnyTagClassName
{
color: #DCBDD2;
}
</style>
background-color css
<style>
a { background-color: #DCBDD2; }
a { background-color: rgb(220,189,210); }
div.DivClassName
{
background-color: #DCBDD2;
}
.BgClassName
{
background-color: #DCBDD2;
}
</style>
border-color css
<style>
span { border-color: #DCBDD2; }
span { border-color: rgb(220,189,210); }
td.TdClassName
{
border-color: #DCBDD2;
}
.TagClassName
{
border-color: #DCBDD2;
}
</style>