Shades of Twilight #D7B5C9
Tints of Twilight #D7B5C9
RGB
CMYK
RGB Variations
Color information
#D7B5C9 (or 0xD7B5C9) is known color: Twilight. HEX triplet: D7, B5 and C9. RGB value is (215,181,201). Sum of RGB (Red+Green+Blue) = 215+181+201=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5C9 is #284A36. Grayscale: #C1C1C1. Windows color (decimal): -2640439 or 13219287. OLE color: 13219287.
HSL color Cylindrical-coordinate representation of color #D7B5C9: hue angle of 324.71º 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 #D7B5C9 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 181 | 201 | - |
CMYK | 0 | 0.16 | 0.07 | 0.16 |
HSL | 324.71º | 0.3% | 0.78% | - |
HSV(B) | 324.71º | 0.16% | 0.84% | - |
XYZ | 55.09 | 51.71 | 62.34 | - |
YUV | 193.45 | 132.26 | 143.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 181 | 201 | 0 | 0.16 | 0.07 | 0.16 | 324.71 | 0.3 | 0.78 |
Hex | D7 | B5 | C9 | 0 | 10 | 7 | 10 | 145 | 1E | 4E |
Octal | 327 | 265 | 311 | 0 | 20 | 7 | 20 | 505 | 36 | 116 |
Binary | 11010111 | 10110101 | 11001001 | 0 | 10000 | 111 | 10000 | 101000101 | 11110 | 1001110 |
Color Harmonies of #D7B5C9
Complementary color
Monochromatic Colors of #D7B5C9
Black with #D7B5C9
Text Example
Text Example
White with #D7B5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5C9; }
p { color: rgb(215,181,201); }
H1.HeaderClassName
{
color: #D7B5C9;
}
.AnyTagClassName
{
color: #D7B5C9;
}
</style>
background-color css
<style>
a { background-color: #D7B5C9; }
a { background-color: rgb(215,181,201); }
div.DivClassName
{
background-color: #D7B5C9;
}
.BgClassName
{
background-color: #D7B5C9;
}
</style>
border-color css
<style>
span { border-color: #D7B5C9; }
span { border-color: rgb(215,181,201); }
td.TdClassName
{
border-color: #D7B5C9;
}
.TagClassName
{
border-color: #D7B5C9;
}
</style>