Shades of Twilight #D2BFCD
Tints of Twilight #D2BFCD
RGB
CMYK
RGB Variations
Color information
#D2BFCD (or 0xD2BFCD) is known color: Twilight. HEX triplet: D2, BF and CD. RGB value is (210,191,205). Sum of RGB (Red+Green+Blue) = 210+191+205=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCD is #2D4032. Grayscale: #C6C6C6. Windows color (decimal): -2965555 or 13483986. OLE color: 13483986.
HSL color Cylindrical-coordinate representation of color #D2BFCD: hue angle of 315.79º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFCD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 205 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.18 |
| HSL | 315.79º | 0.17% | 0.79% | - |
| HSV(B) | 315.79º | 0.09% | 0.82% | - |
| XYZ | 56.23 | 55.37 | 65.48 | - |
| YUV | 198.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 205 | 0 | 0.09 | 0.02 | 0.18 | 315.79 | 0.17 | 0.79 |
| Hex | D2 | BF | CD | 0 | 9 | 2 | 12 | 13C | 11 | 4F |
| Octal | 322 | 277 | 315 | 0 | 11 | 2 | 22 | 474 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11001101 | 0 | 1001 | 10 | 10010 | 100111100 | 10001 | 1001111 |
Color Harmonies of #D2BFCD
Complementary color
Monochromatic Colors of #D2BFCD
Black with #D2BFCD
Text Example
Text Example
White with #D2BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFCD; }
p { color: rgb(210,191,205); }
H1.HeaderClassName
{
color: #D2BFCD;
}
.AnyTagClassName
{
color: #D2BFCD;
}
</style>
background-color css
<style>
a { background-color: #D2BFCD; }
a { background-color: rgb(210,191,205); }
div.DivClassName
{
background-color: #D2BFCD;
}
.BgClassName
{
background-color: #D2BFCD;
}
</style>
border-color css
<style>
span { border-color: #D2BFCD; }
span { border-color: rgb(210,191,205); }
td.TdClassName
{
border-color: #D2BFCD;
}
.TagClassName
{
border-color: #D2BFCD;
}
</style>