Shades of Twilight #D8B8CA
Tints of Twilight #D8B8CA
RGB
CMYK
RGB Variations
Color information
#D8B8CA (or 0xD8B8CA) is known color: Twilight. HEX triplet: D8, B8 and CA. RGB value is (216,184,202). Sum of RGB (Red+Green+Blue) = 216+184+202=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8CA is #274735. Grayscale: #C3C3C3. Windows color (decimal): -2574134 or 13285592. OLE color: 13285592.
HSL color Cylindrical-coordinate representation of color #D8B8CA: hue angle of 326.25º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B8CA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 202 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.15 |
| HSL | 326.25º | 0.29% | 0.78% | - |
| HSV(B) | 326.25º | 0.15% | 0.85% | - |
| XYZ | 56.12 | 53.14 | 63.18 | - |
| YUV | 195.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 202 | 0 | 0.15 | 0.06 | 0.15 | 326.25 | 0.29 | 0.78 |
| Hex | D8 | B8 | CA | 0 | F | 6 | F | 146 | 1D | 4E |
| Octal | 330 | 270 | 312 | 0 | 17 | 6 | 17 | 506 | 35 | 116 |
| Binary | 11011000 | 10111000 | 11001010 | 0 | 1111 | 110 | 1111 | 101000110 | 11101 | 1001110 |
Color Harmonies of #D8B8CA
Complementary color
Monochromatic Colors of #D8B8CA
Black with #D8B8CA
Text Example
Text Example
White with #D8B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8CA; }
p { color: rgb(216,184,202); }
H1.HeaderClassName
{
color: #D8B8CA;
}
.AnyTagClassName
{
color: #D8B8CA;
}
</style>
background-color css
<style>
a { background-color: #D8B8CA; }
a { background-color: rgb(216,184,202); }
div.DivClassName
{
background-color: #D8B8CA;
}
.BgClassName
{
background-color: #D8B8CA;
}
</style>
border-color css
<style>
span { border-color: #D8B8CA; }
span { border-color: rgb(216,184,202); }
td.TdClassName
{
border-color: #D8B8CA;
}
.TagClassName
{
border-color: #D8B8CA;
}
</style>