Shades of Twilight #D7BBCB
Tints of Twilight #D7BBCB
RGB
CMYK
RGB Variations
Color information
#D7BBCB (or 0xD7BBCB) is known color: Twilight. HEX triplet: D7, BB and CB. RGB value is (215,187,203). Sum of RGB (Red+Green+Blue) = 215+187+203=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBCB is #284434. Grayscale: #C5C5C5. Windows color (decimal): -2638901 or 13351895. OLE color: 13351895.
HSL color Cylindrical-coordinate representation of color #D7BBCB: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BBCB is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 203 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.16 |
| HSL | 325.71º | 0.26% | 0.79% | - |
| HSV(B) | 325.71º | 0.13% | 0.84% | - |
| XYZ | 56.57 | 54.3 | 64 | - |
| YUV | 197.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 203 | 0 | 0.13 | 0.06 | 0.16 | 325.71 | 0.26 | 0.79 |
| Hex | D7 | BB | CB | 0 | D | 6 | 10 | 146 | 1A | 4F |
| Octal | 327 | 273 | 313 | 0 | 15 | 6 | 20 | 506 | 32 | 117 |
| Binary | 11010111 | 10111011 | 11001011 | 0 | 1101 | 110 | 10000 | 101000110 | 11010 | 1001111 |
Color Harmonies of #D7BBCB
Complementary color
Monochromatic Colors of #D7BBCB
Black with #D7BBCB
Text Example
Text Example
White with #D7BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBCB; }
p { color: rgb(215,187,203); }
H1.HeaderClassName
{
color: #D7BBCB;
}
.AnyTagClassName
{
color: #D7BBCB;
}
</style>
background-color css
<style>
a { background-color: #D7BBCB; }
a { background-color: rgb(215,187,203); }
div.DivClassName
{
background-color: #D7BBCB;
}
.BgClassName
{
background-color: #D7BBCB;
}
</style>
border-color css
<style>
span { border-color: #D7BBCB; }
span { border-color: rgb(215,187,203); }
td.TdClassName
{
border-color: #D7BBCB;
}
.TagClassName
{
border-color: #D7BBCB;
}
</style>