Shades of Twilight #D2BFCA
Tints of Twilight #D2BFCA
RGB
CMYK
RGB Variations
Color information
#D2BFCA (or 0xD2BFCA) is known color: Twilight. HEX triplet: D2, BF and CA. RGB value is (210,191,202). Sum of RGB (Red+Green+Blue) = 210+191+202=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCA is #2D4035. Grayscale: #C5C5C5. Windows color (decimal): -2965558 or 13287378. OLE color: 13287378.
HSL color Cylindrical-coordinate representation of color #D2BFCA: hue angle of 325.26º 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 #D2BFCA is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 202 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.18 |
| HSL | 325.26º | 0.17% | 0.79% | - |
| HSV(B) | 325.26º | 0.09% | 0.82% | - |
| XYZ | 55.87 | 55.23 | 63.59 | - |
| YUV | 197.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 202 | 0 | 0.09 | 0.04 | 0.18 | 325.26 | 0.17 | 0.79 |
| Hex | D2 | BF | CA | 0 | 9 | 4 | 12 | 145 | 11 | 4F |
| Octal | 322 | 277 | 312 | 0 | 11 | 4 | 22 | 505 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11001010 | 0 | 1001 | 100 | 10010 | 101000101 | 10001 | 1001111 |
Color Harmonies of #D2BFCA
Complementary color
Monochromatic Colors of #D2BFCA
Black with #D2BFCA
Text Example
Text Example
White with #D2BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFCA; }
p { color: rgb(210,191,202); }
H1.HeaderClassName
{
color: #D2BFCA;
}
.AnyTagClassName
{
color: #D2BFCA;
}
</style>
background-color css
<style>
a { background-color: #D2BFCA; }
a { background-color: rgb(210,191,202); }
div.DivClassName
{
background-color: #D2BFCA;
}
.BgClassName
{
background-color: #D2BFCA;
}
</style>
border-color css
<style>
span { border-color: #D2BFCA; }
span { border-color: rgb(210,191,202); }
td.TdClassName
{
border-color: #D2BFCA;
}
.TagClassName
{
border-color: #D2BFCA;
}
</style>