Shades of Twilight #D4BBCB
Tints of Twilight #D4BBCB
RGB
CMYK
RGB Variations
Color information
#D4BBCB (or 0xD4BBCB) is known color: Twilight. HEX triplet: D4, BB and CB. RGB value is (212,187,203). Sum of RGB (Red+Green+Blue) = 212+187+203=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBCB is #2B4434. Grayscale: #C4C4C4. Windows color (decimal): -2835509 or 13351892. OLE color: 13351892.
HSL color Cylindrical-coordinate representation of color #D4BBCB: hue angle of 321.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBCB is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 203 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.17 |
| HSL | 321.6º | 0.23% | 0.78% | - |
| HSV(B) | 321.6º | 0.12% | 0.83% | - |
| XYZ | 55.7 | 53.85 | 63.96 | - |
| YUV | 196.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 203 | 0 | 0.12 | 0.04 | 0.17 | 321.6 | 0.23 | 0.78 |
| Hex | D4 | BB | CB | 0 | C | 4 | 11 | 142 | 17 | 4E |
| Octal | 324 | 273 | 313 | 0 | 14 | 4 | 21 | 502 | 27 | 116 |
| Binary | 11010100 | 10111011 | 11001011 | 0 | 1100 | 100 | 10001 | 101000010 | 10111 | 1001110 |
Color Harmonies of #D4BBCB
Complementary color
Monochromatic Colors of #D4BBCB
Black with #D4BBCB
Text Example
Text Example
White with #D4BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBCB; }
p { color: rgb(212,187,203); }
H1.HeaderClassName
{
color: #D4BBCB;
}
.AnyTagClassName
{
color: #D4BBCB;
}
</style>
background-color css
<style>
a { background-color: #D4BBCB; }
a { background-color: rgb(212,187,203); }
div.DivClassName
{
background-color: #D4BBCB;
}
.BgClassName
{
background-color: #D4BBCB;
}
</style>
border-color css
<style>
span { border-color: #D4BBCB; }
span { border-color: rgb(212,187,203); }
td.TdClassName
{
border-color: #D4BBCB;
}
.TagClassName
{
border-color: #D4BBCB;
}
</style>