Shades of Twilight #D3BBC5
Tints of Twilight #D3BBC5
RGB
CMYK
RGB Variations
Color information
#D3BBC5 (or 0xD3BBC5) is known color: Twilight. HEX triplet: D3, BB and C5. RGB value is (211,187,197). Sum of RGB (Red+Green+Blue) = 211+187+197=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBC5 is #2C443A. Grayscale: #C3C3C3. Windows color (decimal): -2901051 or 12958675. OLE color: 12958675.
HSL color Cylindrical-coordinate representation of color #D3BBC5: hue angle of 335º 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 #D3BBC5 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 197 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.17 |
| HSL | 335º | 0.21% | 0.78% | - |
| HSV(B) | 335º | 0.11% | 0.83% | - |
| XYZ | 54.71 | 53.42 | 60.25 | - |
| YUV | 195.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 197 | 0 | 0.11 | 0.07 | 0.17 | 335 | 0.21 | 0.78 |
| Hex | D3 | BB | C5 | 0 | B | 7 | 11 | 14F | 15 | 4E |
| Octal | 323 | 273 | 305 | 0 | 13 | 7 | 21 | 517 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11000101 | 0 | 1011 | 111 | 10001 | 101001111 | 10101 | 1001110 |
Color Harmonies of #D3BBC5
Complementary color
Monochromatic Colors of #D3BBC5
Black with #D3BBC5
Text Example
Text Example
White with #D3BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBC5; }
p { color: rgb(211,187,197); }
H1.HeaderClassName
{
color: #D3BBC5;
}
.AnyTagClassName
{
color: #D3BBC5;
}
</style>
background-color css
<style>
a { background-color: #D3BBC5; }
a { background-color: rgb(211,187,197); }
div.DivClassName
{
background-color: #D3BBC5;
}
.BgClassName
{
background-color: #D3BBC5;
}
</style>
border-color css
<style>
span { border-color: #D3BBC5; }
span { border-color: rgb(211,187,197); }
td.TdClassName
{
border-color: #D3BBC5;
}
.TagClassName
{
border-color: #D3BBC5;
}
</style>