Shades of Twilight #D2BDC6
Tints of Twilight #D2BDC6
RGB
CMYK
RGB Variations
Color information
#D2BDC6 (or 0xD2BDC6) is known color: Twilight. HEX triplet: D2, BD and C6. RGB value is (210,189,198). Sum of RGB (Red+Green+Blue) = 210+189+198=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDC6 is #2D4239. Grayscale: #C4C4C4. Windows color (decimal): -2966074 or 13024722. OLE color: 13024722.
HSL color Cylindrical-coordinate representation of color #D2BDC6: hue angle of 334.29º 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 #D2BDC6 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 198 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.18 |
| HSL | 334.29º | 0.19% | 0.78% | - |
| HSV(B) | 334.29º | 0.1% | 0.82% | - |
| XYZ | 54.97 | 54.17 | 60.99 | - |
| YUV | 196.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 198 | 0 | 0.10 | 0.06 | 0.18 | 334.29 | 0.19 | 0.78 |
| Hex | D2 | BD | C6 | 0 | A | 6 | 12 | 14E | 13 | 4E |
| Octal | 322 | 275 | 306 | 0 | 12 | 6 | 22 | 516 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11000110 | 0 | 1010 | 110 | 10010 | 101001110 | 10011 | 1001110 |
Color Harmonies of #D2BDC6
Complementary color
Monochromatic Colors of #D2BDC6
Black with #D2BDC6
Text Example
Text Example
White with #D2BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDC6; }
p { color: rgb(210,189,198); }
H1.HeaderClassName
{
color: #D2BDC6;
}
.AnyTagClassName
{
color: #D2BDC6;
}
</style>
background-color css
<style>
a { background-color: #D2BDC6; }
a { background-color: rgb(210,189,198); }
div.DivClassName
{
background-color: #D2BDC6;
}
.BgClassName
{
background-color: #D2BDC6;
}
</style>
border-color css
<style>
span { border-color: #D2BDC6; }
span { border-color: rgb(210,189,198); }
td.TdClassName
{
border-color: #D2BDC6;
}
.TagClassName
{
border-color: #D2BDC6;
}
</style>