Shades of Twilight #D3BBCB
Tints of Twilight #D3BBCB
RGB
CMYK
RGB Variations
Color information
#D3BBCB (or 0xD3BBCB) is known color: Twilight. HEX triplet: D3, BB and CB. RGB value is (211,187,203). Sum of RGB (Red+Green+Blue) = 211+187+203=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBCB is #2C4434. Grayscale: #C3C3C3. Windows color (decimal): -2901045 or 13351891. OLE color: 13351891.
HSL color Cylindrical-coordinate representation of color #D3BBCB: hue angle of 320º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BBCB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 203 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.17 |
| HSL | 320º | 0.21% | 0.78% | - |
| HSV(B) | 320º | 0.11% | 0.83% | - |
| XYZ | 55.41 | 53.7 | 63.94 | - |
| YUV | 196 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 203 | 0 | 0.11 | 0.04 | 0.17 | 320 | 0.21 | 0.78 |
| Hex | D3 | BB | CB | 0 | B | 4 | 11 | 140 | 15 | 4E |
| Octal | 323 | 273 | 313 | 0 | 13 | 4 | 21 | 500 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11001011 | 0 | 1011 | 100 | 10001 | 101000000 | 10101 | 1001110 |
Color Harmonies of #D3BBCB
Complementary color
Monochromatic Colors of #D3BBCB
Black with #D3BBCB
Text Example
Text Example
White with #D3BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBCB; }
p { color: rgb(211,187,203); }
H1.HeaderClassName
{
color: #D3BBCB;
}
.AnyTagClassName
{
color: #D3BBCB;
}
</style>
background-color css
<style>
a { background-color: #D3BBCB; }
a { background-color: rgb(211,187,203); }
div.DivClassName
{
background-color: #D3BBCB;
}
.BgClassName
{
background-color: #D3BBCB;
}
</style>
border-color css
<style>
span { border-color: #D3BBCB; }
span { border-color: rgb(211,187,203); }
td.TdClassName
{
border-color: #D3BBCB;
}
.TagClassName
{
border-color: #D3BBCB;
}
</style>