Shades of Twilight #D8B5CA
Tints of Twilight #D8B5CA
RGB
CMYK
RGB Variations
Color information
#D8B5CA (or 0xD8B5CA) is known color: Twilight. HEX triplet: D8, B5 and CA. RGB value is (216,181,202). Sum of RGB (Red+Green+Blue) = 216+181+202=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5CA is #274A35. Grayscale: #C1C1C1. Windows color (decimal): -2574902 or 13284824. OLE color: 13284824.
HSL color Cylindrical-coordinate representation of color #D8B5CA: hue angle of 324º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B5CA is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 202 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.15 |
| HSL | 324º | 0.31% | 0.78% | - |
| HSV(B) | 324º | 0.16% | 0.85% | - |
| XYZ | 55.5 | 51.91 | 62.97 | - |
| YUV | 193.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 202 | 0 | 0.16 | 0.06 | 0.15 | 324 | 0.31 | 0.78 |
| Hex | D8 | B5 | CA | 0 | 10 | 6 | F | 144 | 1F | 4E |
| Octal | 330 | 265 | 312 | 0 | 20 | 6 | 17 | 504 | 37 | 116 |
| Binary | 11011000 | 10110101 | 11001010 | 0 | 10000 | 110 | 1111 | 101000100 | 11111 | 1001110 |
Color Harmonies of #D8B5CA
Complementary color
Monochromatic Colors of #D8B5CA
Black with #D8B5CA
Text Example
Text Example
White with #D8B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5CA; }
p { color: rgb(216,181,202); }
H1.HeaderClassName
{
color: #D8B5CA;
}
.AnyTagClassName
{
color: #D8B5CA;
}
</style>
background-color css
<style>
a { background-color: #D8B5CA; }
a { background-color: rgb(216,181,202); }
div.DivClassName
{
background-color: #D8B5CA;
}
.BgClassName
{
background-color: #D8B5CA;
}
</style>
border-color css
<style>
span { border-color: #D8B5CA; }
span { border-color: rgb(216,181,202); }
td.TdClassName
{
border-color: #D8B5CA;
}
.TagClassName
{
border-color: #D8B5CA;
}
</style>