Shades of Twilight #D2BFC9
Tints of Twilight #D2BFC9
RGB
CMYK
RGB Variations
Color information
#D2BFC9 (or 0xD2BFC9) is known color: Twilight. HEX triplet: D2, BF and C9. RGB value is (210,191,201). Sum of RGB (Red+Green+Blue) = 210+191+201=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC9 is #2D4036. Grayscale: #C5C5C5. Windows color (decimal): -2965559 or 13221842. OLE color: 13221842.
HSL color Cylindrical-coordinate representation of color #D2BFC9: hue angle of 328.42º 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 #D2BFC9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 201 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.18 |
| HSL | 328.42º | 0.17% | 0.79% | - |
| HSV(B) | 328.42º | 0.09% | 0.82% | - |
| XYZ | 55.75 | 55.18 | 62.97 | - |
| YUV | 197.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 201 | 0 | 0.09 | 0.04 | 0.18 | 328.42 | 0.17 | 0.79 |
| Hex | D2 | BF | C9 | 0 | 9 | 4 | 12 | 148 | 11 | 4F |
| Octal | 322 | 277 | 311 | 0 | 11 | 4 | 22 | 510 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11001001 | 0 | 1001 | 100 | 10010 | 101001000 | 10001 | 1001111 |
Color Harmonies of #D2BFC9
Complementary color
Monochromatic Colors of #D2BFC9
Black with #D2BFC9
Text Example
Text Example
White with #D2BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFC9; }
p { color: rgb(210,191,201); }
H1.HeaderClassName
{
color: #D2BFC9;
}
.AnyTagClassName
{
color: #D2BFC9;
}
</style>
background-color css
<style>
a { background-color: #D2BFC9; }
a { background-color: rgb(210,191,201); }
div.DivClassName
{
background-color: #D2BFC9;
}
.BgClassName
{
background-color: #D2BFC9;
}
</style>
border-color css
<style>
span { border-color: #D2BFC9; }
span { border-color: rgb(210,191,201); }
td.TdClassName
{
border-color: #D2BFC9;
}
.TagClassName
{
border-color: #D2BFC9;
}
</style>