Shades of Twilight #D4BBC6
Tints of Twilight #D4BBC6
RGB
CMYK
RGB Variations
Color information
#D4BBC6 (or 0xD4BBC6) is known color: Twilight. HEX triplet: D4, BB and C6. RGB value is (212,187,198). Sum of RGB (Red+Green+Blue) = 212+187+198=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBC6 is #2B4439. Grayscale: #C3C3C3. Windows color (decimal): -2835514 or 13024212. OLE color: 13024212.
HSL color Cylindrical-coordinate representation of color #D4BBC6: hue angle of 333.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 #D4BBC6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 198 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.17 |
| HSL | 333.6º | 0.23% | 0.78% | - |
| HSV(B) | 333.6º | 0.12% | 0.83% | - |
| XYZ | 55.11 | 53.61 | 60.87 | - |
| YUV | 195.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 198 | 0 | 0.12 | 0.07 | 0.17 | 333.6 | 0.23 | 0.78 |
| Hex | D4 | BB | C6 | 0 | C | 7 | 11 | 14E | 17 | 4E |
| Octal | 324 | 273 | 306 | 0 | 14 | 7 | 21 | 516 | 27 | 116 |
| Binary | 11010100 | 10111011 | 11000110 | 0 | 1100 | 111 | 10001 | 101001110 | 10111 | 1001110 |
Color Harmonies of #D4BBC6
Complementary color
Monochromatic Colors of #D4BBC6
Black with #D4BBC6
Text Example
Text Example
White with #D4BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBC6; }
p { color: rgb(212,187,198); }
H1.HeaderClassName
{
color: #D4BBC6;
}
.AnyTagClassName
{
color: #D4BBC6;
}
</style>
background-color css
<style>
a { background-color: #D4BBC6; }
a { background-color: rgb(212,187,198); }
div.DivClassName
{
background-color: #D4BBC6;
}
.BgClassName
{
background-color: #D4BBC6;
}
</style>
border-color css
<style>
span { border-color: #D4BBC6; }
span { border-color: rgb(212,187,198); }
td.TdClassName
{
border-color: #D4BBC6;
}
.TagClassName
{
border-color: #D4BBC6;
}
</style>