Shades of Twilight #D7B9CD
Tints of Twilight #D7B9CD
RGB
CMYK
RGB Variations
Color information
#D7B9CD (or 0xD7B9CD) is known color: Twilight. HEX triplet: D7, B9 and CD. RGB value is (215,185,205). Sum of RGB (Red+Green+Blue) = 215+185+205=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9CD is #284632. Grayscale: #C4C4C4. Windows color (decimal): -2639411 or 13482455. OLE color: 13482455.
HSL color Cylindrical-coordinate representation of color #D7B9CD: hue angle of 320º 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 #D7B9CD is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 185 | 205 | - |
CMYK | 0 | 0.14 | 0.05 | 0.16 |
HSL | 320º | 0.27% | 0.78% | - |
HSV(B) | 320º | 0.14% | 0.84% | - |
XYZ | 56.39 | 53.55 | 65.12 | - |
YUV | 196.25 | 132.94 | 141.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 185 | 205 | 0 | 0.14 | 0.05 | 0.16 | 320 | 0.27 | 0.78 |
Hex | D7 | B9 | CD | 0 | E | 5 | 10 | 140 | 1B | 4E |
Octal | 327 | 271 | 315 | 0 | 16 | 5 | 20 | 500 | 33 | 116 |
Binary | 11010111 | 10111001 | 11001101 | 0 | 1110 | 101 | 10000 | 101000000 | 11011 | 1001110 |
Color Harmonies of #D7B9CD
Complementary color
Monochromatic Colors of #D7B9CD
Black with #D7B9CD
Text Example
Text Example
White with #D7B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9CD; }
p { color: rgb(215,185,205); }
H1.HeaderClassName
{
color: #D7B9CD;
}
.AnyTagClassName
{
color: #D7B9CD;
}
</style>
background-color css
<style>
a { background-color: #D7B9CD; }
a { background-color: rgb(215,185,205); }
div.DivClassName
{
background-color: #D7B9CD;
}
.BgClassName
{
background-color: #D7B9CD;
}
</style>
border-color css
<style>
span { border-color: #D7B9CD; }
span { border-color: rgb(215,185,205); }
td.TdClassName
{
border-color: #D7B9CD;
}
.TagClassName
{
border-color: #D7B9CD;
}
</style>