Shades of Twilight #D2BAC8
Tints of Twilight #D2BAC8
RGB
CMYK
RGB Variations
Color information
#D2BAC8 (or 0xD2BAC8) is known color: Twilight. HEX triplet: D2, BA and C8. RGB value is (210,186,200). Sum of RGB (Red+Green+Blue) = 210+186+200=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAC8 is #2D4537. Grayscale: #C2C2C2. Windows color (decimal): -2966840 or 13155026. OLE color: 13155026.
HSL color Cylindrical-coordinate representation of color #D2BAC8: hue angle of 325º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BAC8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 200 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.18 |
| HSL | 325º | 0.21% | 0.78% | - |
| HSV(B) | 325º | 0.11% | 0.82% | - |
| XYZ | 54.56 | 52.99 | 62 | - |
| YUV | 194.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 200 | 0 | 0.11 | 0.05 | 0.18 | 325 | 0.21 | 0.78 |
| Hex | D2 | BA | C8 | 0 | B | 5 | 12 | 145 | 15 | 4E |
| Octal | 322 | 272 | 310 | 0 | 13 | 5 | 22 | 505 | 25 | 116 |
| Binary | 11010010 | 10111010 | 11001000 | 0 | 1011 | 101 | 10010 | 101000101 | 10101 | 1001110 |
Color Harmonies of #D2BAC8
Complementary color
Monochromatic Colors of #D2BAC8
Black with #D2BAC8
Text Example
Text Example
White with #D2BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAC8; }
p { color: rgb(210,186,200); }
H1.HeaderClassName
{
color: #D2BAC8;
}
.AnyTagClassName
{
color: #D2BAC8;
}
</style>
background-color css
<style>
a { background-color: #D2BAC8; }
a { background-color: rgb(210,186,200); }
div.DivClassName
{
background-color: #D2BAC8;
}
.BgClassName
{
background-color: #D2BAC8;
}
</style>
border-color css
<style>
span { border-color: #D2BAC8; }
span { border-color: rgb(210,186,200); }
td.TdClassName
{
border-color: #D2BAC8;
}
.TagClassName
{
border-color: #D2BAC8;
}
</style>