Shades of Twilight #D7B9CA
Tints of Twilight #D7B9CA
RGB
CMYK
RGB Variations
Color information
#D7B9CA (or 0xD7B9CA) is known color: Twilight. HEX triplet: D7, B9 and CA. RGB value is (215,185,202). Sum of RGB (Red+Green+Blue) = 215+185+202=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9CA is #284635. Grayscale: #C3C3C3. Windows color (decimal): -2639414 or 13285847. OLE color: 13285847.
HSL color Cylindrical-coordinate representation of color #D7B9CA: hue angle of 326º degrees, saturation: 0.27, 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 #D7B9CA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 202 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.16 |
| HSL | 326º | 0.27% | 0.78% | - |
| HSV(B) | 326º | 0.14% | 0.84% | - |
| XYZ | 56.03 | 53.41 | 63.23 | - |
| YUV | 195.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 202 | 0 | 0.14 | 0.06 | 0.16 | 326 | 0.27 | 0.78 |
| Hex | D7 | B9 | CA | 0 | E | 6 | 10 | 146 | 1B | 4E |
| Octal | 327 | 271 | 312 | 0 | 16 | 6 | 20 | 506 | 33 | 116 |
| Binary | 11010111 | 10111001 | 11001010 | 0 | 1110 | 110 | 10000 | 101000110 | 11011 | 1001110 |
Color Harmonies of #D7B9CA
Complementary color
Monochromatic Colors of #D7B9CA
Black with #D7B9CA
Text Example
Text Example
White with #D7B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9CA; }
p { color: rgb(215,185,202); }
H1.HeaderClassName
{
color: #D7B9CA;
}
.AnyTagClassName
{
color: #D7B9CA;
}
</style>
background-color css
<style>
a { background-color: #D7B9CA; }
a { background-color: rgb(215,185,202); }
div.DivClassName
{
background-color: #D7B9CA;
}
.BgClassName
{
background-color: #D7B9CA;
}
</style>
border-color css
<style>
span { border-color: #D7B9CA; }
span { border-color: rgb(215,185,202); }
td.TdClassName
{
border-color: #D7B9CA;
}
.TagClassName
{
border-color: #D7B9CA;
}
</style>