Shades of Twilight #D7B3CA
Tints of Twilight #D7B3CA
RGB
CMYK
RGB Variations
Color information
#D7B3CA (or 0xD7B3CA) is known color: Twilight. HEX triplet: D7, B3 and CA. RGB value is (215,179,202). Sum of RGB (Red+Green+Blue) = 215+179+202=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3CA is #284C35. Grayscale: #C0C0C0. Windows color (decimal): -2640950 or 13284311. OLE color: 13284311.
HSL color Cylindrical-coordinate representation of color #D7B3CA: hue angle of 321.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B3CA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 202 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.16 |
| HSL | 321.67º | 0.31% | 0.77% | - |
| HSV(B) | 321.67º | 0.17% | 0.84% | - |
| XYZ | 54.81 | 50.95 | 62.82 | - |
| YUV | 192.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 202 | 0 | 0.17 | 0.06 | 0.16 | 321.67 | 0.31 | 0.77 |
| Hex | D7 | B3 | CA | 0 | 11 | 6 | 10 | 142 | 1F | 4D |
| Octal | 327 | 263 | 312 | 0 | 21 | 6 | 20 | 502 | 37 | 115 |
| Binary | 11010111 | 10110011 | 11001010 | 0 | 10001 | 110 | 10000 | 101000010 | 11111 | 1001101 |
Color Harmonies of #D7B3CA
Complementary color
Monochromatic Colors of #D7B3CA
Black with #D7B3CA
Text Example
Text Example
White with #D7B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B3CA; }
p { color: rgb(215,179,202); }
H1.HeaderClassName
{
color: #D7B3CA;
}
.AnyTagClassName
{
color: #D7B3CA;
}
</style>
background-color css
<style>
a { background-color: #D7B3CA; }
a { background-color: rgb(215,179,202); }
div.DivClassName
{
background-color: #D7B3CA;
}
.BgClassName
{
background-color: #D7B3CA;
}
</style>
border-color css
<style>
span { border-color: #D7B3CA; }
span { border-color: rgb(215,179,202); }
td.TdClassName
{
border-color: #D7B3CA;
}
.TagClassName
{
border-color: #D7B3CA;
}
</style>