Shades of Twilight #D5B8CA
Tints of Twilight #D5B8CA
RGB
CMYK
RGB Variations
Color information
#D5B8CA (or 0xD5B8CA) is known color: Twilight. HEX triplet: D5, B8 and CA. RGB value is (213,184,202). Sum of RGB (Red+Green+Blue) = 213+184+202=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8CA is #2A4735. Grayscale: #C2C2C2. Windows color (decimal): -2770742 or 13285589. OLE color: 13285589.
HSL color Cylindrical-coordinate representation of color #D5B8CA: hue angle of 322.76º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5B8CA is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 202 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.16 |
| HSL | 322.76º | 0.26% | 0.78% | - |
| HSV(B) | 322.76º | 0.14% | 0.84% | - |
| XYZ | 55.24 | 52.69 | 63.14 | - |
| YUV | 194.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 202 | 0 | 0.14 | 0.05 | 0.16 | 322.76 | 0.26 | 0.78 |
| Hex | D5 | B8 | CA | 0 | E | 5 | 10 | 143 | 1A | 4E |
| Octal | 325 | 270 | 312 | 0 | 16 | 5 | 20 | 503 | 32 | 116 |
| Binary | 11010101 | 10111000 | 11001010 | 0 | 1110 | 101 | 10000 | 101000011 | 11010 | 1001110 |
Color Harmonies of #D5B8CA
Complementary color
Monochromatic Colors of #D5B8CA
Black with #D5B8CA
Text Example
Text Example
White with #D5B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B8CA; }
p { color: rgb(213,184,202); }
H1.HeaderClassName
{
color: #D5B8CA;
}
.AnyTagClassName
{
color: #D5B8CA;
}
</style>
background-color css
<style>
a { background-color: #D5B8CA; }
a { background-color: rgb(213,184,202); }
div.DivClassName
{
background-color: #D5B8CA;
}
.BgClassName
{
background-color: #D5B8CA;
}
</style>
border-color css
<style>
span { border-color: #D5B8CA; }
span { border-color: rgb(213,184,202); }
td.TdClassName
{
border-color: #D5B8CA;
}
.TagClassName
{
border-color: #D5B8CA;
}
</style>