Shades of Twilight #D2BDCA
Tints of Twilight #D2BDCA
RGB
CMYK
RGB Variations
Color information
#D2BDCA (or 0xD2BDCA) is known color: Twilight. HEX triplet: D2, BD and CA. RGB value is (210,189,202). Sum of RGB (Red+Green+Blue) = 210+189+202=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCA is #2D4235. Grayscale: #C4C4C4. Windows color (decimal): -2966070 or 13286866. OLE color: 13286866.
HSL color Cylindrical-coordinate representation of color #D2BDCA: hue angle of 322.86º 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 #D2BDCA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 202 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 322.86º | 0.19% | 0.78% | - |
| HSV(B) | 322.86º | 0.1% | 0.82% | - |
| XYZ | 55.44 | 54.36 | 63.45 | - |
| YUV | 196.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 202 | 0 | 0.10 | 0.04 | 0.18 | 322.86 | 0.19 | 0.78 |
| Hex | D2 | BD | CA | 0 | A | 4 | 12 | 143 | 13 | 4E |
| Octal | 322 | 275 | 312 | 0 | 12 | 4 | 22 | 503 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11001010 | 0 | 1010 | 100 | 10010 | 101000011 | 10011 | 1001110 |
Color Harmonies of #D2BDCA
Complementary color
Monochromatic Colors of #D2BDCA
Black with #D2BDCA
Text Example
Text Example
White with #D2BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDCA; }
p { color: rgb(210,189,202); }
H1.HeaderClassName
{
color: #D2BDCA;
}
.AnyTagClassName
{
color: #D2BDCA;
}
</style>
background-color css
<style>
a { background-color: #D2BDCA; }
a { background-color: rgb(210,189,202); }
div.DivClassName
{
background-color: #D2BDCA;
}
.BgClassName
{
background-color: #D2BDCA;
}
</style>
border-color css
<style>
span { border-color: #D2BDCA; }
span { border-color: rgb(210,189,202); }
td.TdClassName
{
border-color: #D2BDCA;
}
.TagClassName
{
border-color: #D2BDCA;
}
</style>