Shades of Twilight #D7B5CA
Tints of Twilight #D7B5CA
RGB
CMYK
RGB Variations
Color information
#D7B5CA (or 0xD7B5CA) is known color: Twilight. HEX triplet: D7, B5 and CA. RGB value is (215,181,202). Sum of RGB (Red+Green+Blue) = 215+181+202=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5CA is #284A35. Grayscale: #C1C1C1. Windows color (decimal): -2640438 or 13284823. OLE color: 13284823.
HSL color Cylindrical-coordinate representation of color #D7B5CA: hue angle of 322.94º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B5CA is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 202 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.16 |
| HSL | 322.94º | 0.3% | 0.78% | - |
| HSV(B) | 322.94º | 0.16% | 0.84% | - |
| XYZ | 55.21 | 51.76 | 62.96 | - |
| YUV | 193.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 202 | 0 | 0.16 | 0.06 | 0.16 | 322.94 | 0.3 | 0.78 |
| Hex | D7 | B5 | CA | 0 | 10 | 6 | 10 | 143 | 1E | 4E |
| Octal | 327 | 265 | 312 | 0 | 20 | 6 | 20 | 503 | 36 | 116 |
| Binary | 11010111 | 10110101 | 11001010 | 0 | 10000 | 110 | 10000 | 101000011 | 11110 | 1001110 |
Color Harmonies of #D7B5CA
Complementary color
Monochromatic Colors of #D7B5CA
Black with #D7B5CA
Text Example
Text Example
White with #D7B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5CA; }
p { color: rgb(215,181,202); }
H1.HeaderClassName
{
color: #D7B5CA;
}
.AnyTagClassName
{
color: #D7B5CA;
}
</style>
background-color css
<style>
a { background-color: #D7B5CA; }
a { background-color: rgb(215,181,202); }
div.DivClassName
{
background-color: #D7B5CA;
}
.BgClassName
{
background-color: #D7B5CA;
}
</style>
border-color css
<style>
span { border-color: #D7B5CA; }
span { border-color: rgb(215,181,202); }
td.TdClassName
{
border-color: #D7B5CA;
}
.TagClassName
{
border-color: #D7B5CA;
}
</style>