Shades of Twilight #D4BBC9
Tints of Twilight #D4BBC9
RGB
CMYK
RGB Variations
Color information
#D4BBC9 (or 0xD4BBC9) is known color: Twilight. HEX triplet: D4, BB and C9. RGB value is (212,187,201). Sum of RGB (Red+Green+Blue) = 212+187+201=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBC9 is #2B4436. Grayscale: #C4C4C4. Windows color (decimal): -2835511 or 13220820. OLE color: 13220820.
HSL color Cylindrical-coordinate representation of color #D4BBC9: hue angle of 326.4º 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 #D4BBC9 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 201 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.17 |
| HSL | 326.4º | 0.23% | 0.78% | - |
| HSV(B) | 326.4º | 0.12% | 0.83% | - |
| XYZ | 55.46 | 53.75 | 62.71 | - |
| YUV | 196.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 201 | 0 | 0.12 | 0.05 | 0.17 | 326.4 | 0.23 | 0.78 |
| Hex | D4 | BB | C9 | 0 | C | 5 | 11 | 146 | 17 | 4E |
| Octal | 324 | 273 | 311 | 0 | 14 | 5 | 21 | 506 | 27 | 116 |
| Binary | 11010100 | 10111011 | 11001001 | 0 | 1100 | 101 | 10001 | 101000110 | 10111 | 1001110 |
Color Harmonies of #D4BBC9
Complementary color
Monochromatic Colors of #D4BBC9
Black with #D4BBC9
Text Example
Text Example
White with #D4BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBC9; }
p { color: rgb(212,187,201); }
H1.HeaderClassName
{
color: #D4BBC9;
}
.AnyTagClassName
{
color: #D4BBC9;
}
</style>
background-color css
<style>
a { background-color: #D4BBC9; }
a { background-color: rgb(212,187,201); }
div.DivClassName
{
background-color: #D4BBC9;
}
.BgClassName
{
background-color: #D4BBC9;
}
</style>
border-color css
<style>
span { border-color: #D4BBC9; }
span { border-color: rgb(212,187,201); }
td.TdClassName
{
border-color: #D4BBC9;
}
.TagClassName
{
border-color: #D4BBC9;
}
</style>