Shades of Twilight #D2BAC5
Tints of Twilight #D2BAC5
RGB
CMYK
RGB Variations
Color information
#D2BAC5 (or 0xD2BAC5) is known color: Twilight. HEX triplet: D2, BA and C5. RGB value is (210,186,197). Sum of RGB (Red+Green+Blue) = 210+186+197=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAC5 is #2D453A. Grayscale: #C2C2C2. Windows color (decimal): -2966843 or 12958418. OLE color: 12958418.
HSL color Cylindrical-coordinate representation of color #D2BAC5: hue angle of 332.5º 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 #D2BAC5 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 197 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.18 |
| HSL | 332.5º | 0.21% | 0.78% | - |
| HSV(B) | 332.5º | 0.11% | 0.82% | - |
| XYZ | 54.22 | 52.85 | 60.17 | - |
| YUV | 194.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 197 | 0 | 0.11 | 0.06 | 0.18 | 332.5 | 0.21 | 0.78 |
| Hex | D2 | BA | C5 | 0 | B | 6 | 12 | 14C | 15 | 4E |
| Octal | 322 | 272 | 305 | 0 | 13 | 6 | 22 | 514 | 25 | 116 |
| Binary | 11010010 | 10111010 | 11000101 | 0 | 1011 | 110 | 10010 | 101001100 | 10101 | 1001110 |
Color Harmonies of #D2BAC5
Complementary color
Monochromatic Colors of #D2BAC5
Black with #D2BAC5
Text Example
Text Example
White with #D2BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAC5; }
p { color: rgb(210,186,197); }
H1.HeaderClassName
{
color: #D2BAC5;
}
.AnyTagClassName
{
color: #D2BAC5;
}
</style>
background-color css
<style>
a { background-color: #D2BAC5; }
a { background-color: rgb(210,186,197); }
div.DivClassName
{
background-color: #D2BAC5;
}
.BgClassName
{
background-color: #D2BAC5;
}
</style>
border-color css
<style>
span { border-color: #D2BAC5; }
span { border-color: rgb(210,186,197); }
td.TdClassName
{
border-color: #D2BAC5;
}
.TagClassName
{
border-color: #D2BAC5;
}
</style>