Shades of Twilight #D3BBC9
Tints of Twilight #D3BBC9
RGB
CMYK
RGB Variations
Color information
#D3BBC9 (or 0xD3BBC9) is known color: Twilight. HEX triplet: D3, BB and C9. RGB value is (211,187,201). Sum of RGB (Red+Green+Blue) = 211+187+201=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBC9 is #2C4436. Grayscale: #C3C3C3. Windows color (decimal): -2901047 or 13220819. OLE color: 13220819.
HSL color Cylindrical-coordinate representation of color #D3BBC9: hue angle of 325º 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 #D3BBC9 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 201 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.17 |
| HSL | 325º | 0.21% | 0.78% | - |
| HSV(B) | 325º | 0.11% | 0.83% | - |
| XYZ | 55.18 | 53.61 | 62.7 | - |
| YUV | 195.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 201 | 0 | 0.11 | 0.05 | 0.17 | 325 | 0.21 | 0.78 |
| Hex | D3 | BB | C9 | 0 | B | 5 | 11 | 145 | 15 | 4E |
| Octal | 323 | 273 | 311 | 0 | 13 | 5 | 21 | 505 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11001001 | 0 | 1011 | 101 | 10001 | 101000101 | 10101 | 1001110 |
Color Harmonies of #D3BBC9
Complementary color
Monochromatic Colors of #D3BBC9
Black with #D3BBC9
Text Example
Text Example
White with #D3BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBC9; }
p { color: rgb(211,187,201); }
H1.HeaderClassName
{
color: #D3BBC9;
}
.AnyTagClassName
{
color: #D3BBC9;
}
</style>
background-color css
<style>
a { background-color: #D3BBC9; }
a { background-color: rgb(211,187,201); }
div.DivClassName
{
background-color: #D3BBC9;
}
.BgClassName
{
background-color: #D3BBC9;
}
</style>
border-color css
<style>
span { border-color: #D3BBC9; }
span { border-color: rgb(211,187,201); }
td.TdClassName
{
border-color: #D3BBC9;
}
.TagClassName
{
border-color: #D3BBC9;
}
</style>