Shades of Twilight #D8BFCA
Tints of Twilight #D8BFCA
RGB
CMYK
RGB Variations
Color information
#D8BFCA (or 0xD8BFCA) is known color: Twilight. HEX triplet: D8, BF and CA. RGB value is (216,191,202). Sum of RGB (Red+Green+Blue) = 216+191+202=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFCA is #274035. Grayscale: #C7C7C7. Windows color (decimal): -2572342 or 13287384. OLE color: 13287384.
HSL color Cylindrical-coordinate representation of color #D8BFCA: hue angle of 333.6º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BFCA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 202 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.15 |
| HSL | 333.6º | 0.24% | 0.8% | - |
| HSV(B) | 333.6º | 0.12% | 0.85% | - |
| XYZ | 57.61 | 56.12 | 63.67 | - |
| YUV | 199.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 202 | 0 | 0.12 | 0.06 | 0.15 | 333.6 | 0.24 | 0.8 |
| Hex | D8 | BF | CA | 0 | C | 6 | F | 14E | 18 | 50 |
| Octal | 330 | 277 | 312 | 0 | 14 | 6 | 17 | 516 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11001010 | 0 | 1100 | 110 | 1111 | 101001110 | 11000 | 1010000 |
Color Harmonies of #D8BFCA
Complementary color
Monochromatic Colors of #D8BFCA
Black with #D8BFCA
Text Example
Text Example
White with #D8BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFCA; }
p { color: rgb(216,191,202); }
H1.HeaderClassName
{
color: #D8BFCA;
}
.AnyTagClassName
{
color: #D8BFCA;
}
</style>
background-color css
<style>
a { background-color: #D8BFCA; }
a { background-color: rgb(216,191,202); }
div.DivClassName
{
background-color: #D8BFCA;
}
.BgClassName
{
background-color: #D8BFCA;
}
</style>
border-color css
<style>
span { border-color: #D8BFCA; }
span { border-color: rgb(216,191,202); }
td.TdClassName
{
border-color: #D8BFCA;
}
.TagClassName
{
border-color: #D8BFCA;
}
</style>