Shades of Twilight #DCB4CA
Tints of Twilight #DCB4CA
RGB
CMYK
RGB Variations
Color information
#DCB4CA (or 0xDCB4CA) is known color: Twilight. HEX triplet: DC, B4 and CA. RGB value is (220,180,202). Sum of RGB (Red+Green+Blue) = 220+180+202=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4CA is #234B35. Grayscale: #C2C2C2. Windows color (decimal): -2313014 or 13284572. OLE color: 13284572.
HSL color Cylindrical-coordinate representation of color #DCB4CA: hue angle of 327º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4CA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 202 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.14 |
| HSL | 327º | 0.36% | 0.78% | - |
| HSV(B) | 327º | 0.18% | 0.86% | - |
| XYZ | 56.5 | 52.12 | 62.96 | - |
| YUV | 194.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 202 | 0 | 0.18 | 0.08 | 0.14 | 327 | 0.36 | 0.78 |
| Hex | DC | B4 | CA | 0 | 12 | 8 | E | 147 | 24 | 4E |
| Octal | 334 | 264 | 312 | 0 | 22 | 10 | 16 | 507 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11001010 | 0 | 10010 | 1000 | 1110 | 101000111 | 100100 | 1001110 |
Color Harmonies of #DCB4CA
Complementary color
Monochromatic Colors of #DCB4CA
Black with #DCB4CA
Text Example
Text Example
White with #DCB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4CA; }
p { color: rgb(220,180,202); }
H1.HeaderClassName
{
color: #DCB4CA;
}
.AnyTagClassName
{
color: #DCB4CA;
}
</style>
background-color css
<style>
a { background-color: #DCB4CA; }
a { background-color: rgb(220,180,202); }
div.DivClassName
{
background-color: #DCB4CA;
}
.BgClassName
{
background-color: #DCB4CA;
}
</style>
border-color css
<style>
span { border-color: #DCB4CA; }
span { border-color: rgb(220,180,202); }
td.TdClassName
{
border-color: #DCB4CA;
}
.TagClassName
{
border-color: #DCB4CA;
}
</style>