Shades of Twilight #D0BBC6
Tints of Twilight #D0BBC6
RGB
CMYK
RGB Variations
Color information
#D0BBC6 (or 0xD0BBC6) is known color: Twilight. HEX triplet: D0, BB and C6. RGB value is (208,187,198). Sum of RGB (Red+Green+Blue) = 208+187+198=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBC6 is #2F4439. Grayscale: #C2C2C2. Windows color (decimal): -3097658 or 13024208. OLE color: 13024208.
HSL color Cylindrical-coordinate representation of color #D0BBC6: hue angle of 328.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBC6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 198 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.18 |
| HSL | 328.57º | 0.18% | 0.77% | - |
| HSV(B) | 328.57º | 0.1% | 0.82% | - |
| XYZ | 53.98 | 53.03 | 60.82 | - |
| YUV | 194.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 198 | 0 | 0.10 | 0.05 | 0.18 | 328.57 | 0.18 | 0.77 |
| Hex | D0 | BB | C6 | 0 | A | 5 | 12 | 149 | 12 | 4D |
| Octal | 320 | 273 | 306 | 0 | 12 | 5 | 22 | 511 | 22 | 115 |
| Binary | 11010000 | 10111011 | 11000110 | 0 | 1010 | 101 | 10010 | 101001001 | 10010 | 1001101 |
Color Harmonies of #D0BBC6
Complementary color
Monochromatic Colors of #D0BBC6
Black with #D0BBC6
Text Example
Text Example
White with #D0BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBC6; }
p { color: rgb(208,187,198); }
H1.HeaderClassName
{
color: #D0BBC6;
}
.AnyTagClassName
{
color: #D0BBC6;
}
</style>
background-color css
<style>
a { background-color: #D0BBC6; }
a { background-color: rgb(208,187,198); }
div.DivClassName
{
background-color: #D0BBC6;
}
.BgClassName
{
background-color: #D0BBC6;
}
</style>
border-color css
<style>
span { border-color: #D0BBC6; }
span { border-color: rgb(208,187,198); }
td.TdClassName
{
border-color: #D0BBC6;
}
.TagClassName
{
border-color: #D0BBC6;
}
</style>