Shades of Twilight #DCB8CA
Tints of Twilight #DCB8CA
RGB
CMYK
RGB Variations
Color information
#DCB8CA (or 0xDCB8CA) is known color: Twilight. HEX triplet: DC, B8 and CA. RGB value is (220,184,202). Sum of RGB (Red+Green+Blue) = 220+184+202=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8CA is #234735. Grayscale: #C4C4C4. Windows color (decimal): -2311990 or 13285596. OLE color: 13285596.
HSL color Cylindrical-coordinate representation of color #DCB8CA: hue angle of 330º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8CA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 202 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.14 |
| HSL | 330º | 0.34% | 0.79% | - |
| HSV(B) | 330º | 0.16% | 0.86% | - |
| XYZ | 57.32 | 53.76 | 63.23 | - |
| YUV | 196.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 202 | 0 | 0.16 | 0.08 | 0.14 | 330 | 0.34 | 0.79 |
| Hex | DC | B8 | CA | 0 | 10 | 8 | E | 14A | 22 | 4F |
| Octal | 334 | 270 | 312 | 0 | 20 | 10 | 16 | 512 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11001010 | 0 | 10000 | 1000 | 1110 | 101001010 | 100010 | 1001111 |
Color Harmonies of #DCB8CA
Complementary color
Monochromatic Colors of #DCB8CA
Black with #DCB8CA
Text Example
Text Example
White with #DCB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8CA; }
p { color: rgb(220,184,202); }
H1.HeaderClassName
{
color: #DCB8CA;
}
.AnyTagClassName
{
color: #DCB8CA;
}
</style>
background-color css
<style>
a { background-color: #DCB8CA; }
a { background-color: rgb(220,184,202); }
div.DivClassName
{
background-color: #DCB8CA;
}
.BgClassName
{
background-color: #DCB8CA;
}
</style>
border-color css
<style>
span { border-color: #DCB8CA; }
span { border-color: rgb(220,184,202); }
td.TdClassName
{
border-color: #DCB8CA;
}
.TagClassName
{
border-color: #DCB8CA;
}
</style>