Shades of Twilight #D7B9CC
Tints of Twilight #D7B9CC
RGB
CMYK
RGB Variations
Color information
#D7B9CC (or 0xD7B9CC) is known color: Twilight. HEX triplet: D7, B9 and CC. RGB value is (215,185,204). Sum of RGB (Red+Green+Blue) = 215+185+204=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9CC is #284633. Grayscale: #C4C4C4. Windows color (decimal): -2639412 or 13416919. OLE color: 13416919.
HSL color Cylindrical-coordinate representation of color #D7B9CC: hue angle of 322º 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 #D7B9CC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 204 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.16 |
| HSL | 322º | 0.27% | 0.78% | - |
| HSV(B) | 322º | 0.14% | 0.84% | - |
| XYZ | 56.27 | 53.5 | 64.49 | - |
| YUV | 196.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 204 | 0 | 0.14 | 0.05 | 0.16 | 322 | 0.27 | 0.78 |
| Hex | D7 | B9 | CC | 0 | E | 5 | 10 | 142 | 1B | 4E |
| Octal | 327 | 271 | 314 | 0 | 16 | 5 | 20 | 502 | 33 | 116 |
| Binary | 11010111 | 10111001 | 11001100 | 0 | 1110 | 101 | 10000 | 101000010 | 11011 | 1001110 |
Color Harmonies of #D7B9CC
Complementary color
Monochromatic Colors of #D7B9CC
Black with #D7B9CC
Text Example
Text Example
White with #D7B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9CC; }
p { color: rgb(215,185,204); }
H1.HeaderClassName
{
color: #D7B9CC;
}
.AnyTagClassName
{
color: #D7B9CC;
}
</style>
background-color css
<style>
a { background-color: #D7B9CC; }
a { background-color: rgb(215,185,204); }
div.DivClassName
{
background-color: #D7B9CC;
}
.BgClassName
{
background-color: #D7B9CC;
}
</style>
border-color css
<style>
span { border-color: #D7B9CC; }
span { border-color: rgb(215,185,204); }
td.TdClassName
{
border-color: #D7B9CC;
}
.TagClassName
{
border-color: #D7B9CC;
}
</style>