Shades of Twilight #DCB5CA
Tints of Twilight #DCB5CA
RGB
CMYK
RGB Variations
Color information
#DCB5CA (or 0xDCB5CA) is known color: Twilight. HEX triplet: DC, B5 and CA. RGB value is (220,181,202). Sum of RGB (Red+Green+Blue) = 220+181+202=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CA is #234A35. Grayscale: #C3C3C3. Windows color (decimal): -2312758 or 13284828. OLE color: 13284828.
HSL color Cylindrical-coordinate representation of color #DCB5CA: hue angle of 327.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5CA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 202 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.14 |
| HSL | 327.69º | 0.36% | 0.79% | - |
| HSV(B) | 327.69º | 0.18% | 0.86% | - |
| XYZ | 56.7 | 52.53 | 63.03 | - |
| YUV | 195.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 202 | 0 | 0.18 | 0.08 | 0.14 | 327.69 | 0.36 | 0.79 |
| Hex | DC | B5 | CA | 0 | 12 | 8 | E | 148 | 24 | 4F |
| Octal | 334 | 265 | 312 | 0 | 22 | 10 | 16 | 510 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11001010 | 0 | 10010 | 1000 | 1110 | 101001000 | 100100 | 1001111 |
Color Harmonies of #DCB5CA
Complementary color
Monochromatic Colors of #DCB5CA
Black with #DCB5CA
Text Example
Text Example
White with #DCB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5CA; }
p { color: rgb(220,181,202); }
H1.HeaderClassName
{
color: #DCB5CA;
}
.AnyTagClassName
{
color: #DCB5CA;
}
</style>
background-color css
<style>
a { background-color: #DCB5CA; }
a { background-color: rgb(220,181,202); }
div.DivClassName
{
background-color: #DCB5CA;
}
.BgClassName
{
background-color: #DCB5CA;
}
</style>
border-color css
<style>
span { border-color: #DCB5CA; }
span { border-color: rgb(220,181,202); }
td.TdClassName
{
border-color: #DCB5CA;
}
.TagClassName
{
border-color: #DCB5CA;
}
</style>