Shades of Twilight #D3BBCA
Tints of Twilight #D3BBCA
RGB
CMYK
RGB Variations
Color information
#D3BBCA (or 0xD3BBCA) is known color: Twilight. HEX triplet: D3, BB and CA. RGB value is (211,187,202). Sum of RGB (Red+Green+Blue) = 211+187+202=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBCA is #2C4435. Grayscale: #C3C3C3. Windows color (decimal): -2901046 or 13286355. OLE color: 13286355.
HSL color Cylindrical-coordinate representation of color #D3BBCA: hue angle of 322.5º 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 #D3BBCA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 202 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.17 |
| HSL | 322.5º | 0.21% | 0.78% | - |
| HSV(B) | 322.5º | 0.11% | 0.83% | - |
| XYZ | 55.29 | 53.65 | 63.32 | - |
| YUV | 195.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 202 | 0 | 0.11 | 0.04 | 0.17 | 322.5 | 0.21 | 0.78 |
| Hex | D3 | BB | CA | 0 | B | 4 | 11 | 142 | 15 | 4E |
| Octal | 323 | 273 | 312 | 0 | 13 | 4 | 21 | 502 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11001010 | 0 | 1011 | 100 | 10001 | 101000010 | 10101 | 1001110 |
Color Harmonies of #D3BBCA
Complementary color
Monochromatic Colors of #D3BBCA
Black with #D3BBCA
Text Example
Text Example
White with #D3BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBCA; }
p { color: rgb(211,187,202); }
H1.HeaderClassName
{
color: #D3BBCA;
}
.AnyTagClassName
{
color: #D3BBCA;
}
</style>
background-color css
<style>
a { background-color: #D3BBCA; }
a { background-color: rgb(211,187,202); }
div.DivClassName
{
background-color: #D3BBCA;
}
.BgClassName
{
background-color: #D3BBCA;
}
</style>
border-color css
<style>
span { border-color: #D3BBCA; }
span { border-color: rgb(211,187,202); }
td.TdClassName
{
border-color: #D3BBCA;
}
.TagClassName
{
border-color: #D3BBCA;
}
</style>