Shades of Twilight #D2BDC5
Tints of Twilight #D2BDC5
RGB
CMYK
RGB Variations
Color information
#D2BDC5 (or 0xD2BDC5) is known color: Twilight. HEX triplet: D2, BD and C5. RGB value is (210,189,197). Sum of RGB (Red+Green+Blue) = 210+189+197=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDC5 is #2D423A. Grayscale: #C4C4C4. Windows color (decimal): -2966075 or 12959186. OLE color: 12959186.
HSL color Cylindrical-coordinate representation of color #D2BDC5: hue angle of 337.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDC5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 197 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.18 |
| HSL | 337.14º | 0.19% | 0.78% | - |
| HSV(B) | 337.14º | 0.1% | 0.82% | - |
| XYZ | 54.85 | 54.13 | 60.38 | - |
| YUV | 196.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 197 | 0 | 0.10 | 0.06 | 0.18 | 337.14 | 0.19 | 0.78 |
| Hex | D2 | BD | C5 | 0 | A | 6 | 12 | 151 | 13 | 4E |
| Octal | 322 | 275 | 305 | 0 | 12 | 6 | 22 | 521 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11000101 | 0 | 1010 | 110 | 10010 | 101010001 | 10011 | 1001110 |
Color Harmonies of #D2BDC5
Complementary color
Monochromatic Colors of #D2BDC5
Black with #D2BDC5
Text Example
Text Example
White with #D2BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDC5; }
p { color: rgb(210,189,197); }
H1.HeaderClassName
{
color: #D2BDC5;
}
.AnyTagClassName
{
color: #D2BDC5;
}
</style>
background-color css
<style>
a { background-color: #D2BDC5; }
a { background-color: rgb(210,189,197); }
div.DivClassName
{
background-color: #D2BDC5;
}
.BgClassName
{
background-color: #D2BDC5;
}
</style>
border-color css
<style>
span { border-color: #D2BDC5; }
span { border-color: rgb(210,189,197); }
td.TdClassName
{
border-color: #D2BDC5;
}
.TagClassName
{
border-color: #D2BDC5;
}
</style>