Shades of Twilight #D5BBCB
Tints of Twilight #D5BBCB
RGB
CMYK
RGB Variations
Color information
#D5BBCB (or 0xD5BBCB) is known color: Twilight. HEX triplet: D5, BB and CB. RGB value is (213,187,203). Sum of RGB (Red+Green+Blue) = 213+187+203=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCB is #2A4434. Grayscale: #C4C4C4. Windows color (decimal): -2769973 or 13351893. OLE color: 13351893.
HSL color Cylindrical-coordinate representation of color #D5BBCB: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBCB is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 203 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.16 |
| HSL | 323.08º | 0.24% | 0.78% | - |
| HSV(B) | 323.08º | 0.12% | 0.84% | - |
| XYZ | 55.99 | 54 | 63.97 | - |
| YUV | 196.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 203 | 0 | 0.12 | 0.05 | 0.16 | 323.08 | 0.24 | 0.78 |
| Hex | D5 | BB | CB | 0 | C | 5 | 10 | 143 | 18 | 4E |
| Octal | 325 | 273 | 313 | 0 | 14 | 5 | 20 | 503 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11001011 | 0 | 1100 | 101 | 10000 | 101000011 | 11000 | 1001110 |
Color Harmonies of #D5BBCB
Complementary color
Monochromatic Colors of #D5BBCB
Black with #D5BBCB
Text Example
Text Example
White with #D5BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBCB; }
p { color: rgb(213,187,203); }
H1.HeaderClassName
{
color: #D5BBCB;
}
.AnyTagClassName
{
color: #D5BBCB;
}
</style>
background-color css
<style>
a { background-color: #D5BBCB; }
a { background-color: rgb(213,187,203); }
div.DivClassName
{
background-color: #D5BBCB;
}
.BgClassName
{
background-color: #D5BBCB;
}
</style>
border-color css
<style>
span { border-color: #D5BBCB; }
span { border-color: rgb(213,187,203); }
td.TdClassName
{
border-color: #D5BBCB;
}
.TagClassName
{
border-color: #D5BBCB;
}
</style>