Shades of Twilight #D8B2CA
Tints of Twilight #D8B2CA
RGB
CMYK
RGB Variations
Color information
#D8B2CA (or 0xD8B2CA) is known color: Twilight. HEX triplet: D8, B2 and CA. RGB value is (216,178,202). Sum of RGB (Red+Green+Blue) = 216+178+202=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2CA is #274D35. Grayscale: #C0C0C0. Windows color (decimal): -2575670 or 13284056. OLE color: 13284056.
HSL color Cylindrical-coordinate representation of color #D8B2CA: hue angle of 322.11º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B2CA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 202 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.15 |
| HSL | 322.11º | 0.33% | 0.77% | - |
| HSV(B) | 322.11º | 0.18% | 0.85% | - |
| XYZ | 54.9 | 50.7 | 62.77 | - |
| YUV | 192.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 202 | 0 | 0.18 | 0.06 | 0.15 | 322.11 | 0.33 | 0.77 |
| Hex | D8 | B2 | CA | 0 | 12 | 6 | F | 142 | 21 | 4D |
| Octal | 330 | 262 | 312 | 0 | 22 | 6 | 17 | 502 | 41 | 115 |
| Binary | 11011000 | 10110010 | 11001010 | 0 | 10010 | 110 | 1111 | 101000010 | 100001 | 1001101 |
Color Harmonies of #D8B2CA
Complementary color
Monochromatic Colors of #D8B2CA
Black with #D8B2CA
Text Example
Text Example
White with #D8B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B2CA; }
p { color: rgb(216,178,202); }
H1.HeaderClassName
{
color: #D8B2CA;
}
.AnyTagClassName
{
color: #D8B2CA;
}
</style>
background-color css
<style>
a { background-color: #D8B2CA; }
a { background-color: rgb(216,178,202); }
div.DivClassName
{
background-color: #D8B2CA;
}
.BgClassName
{
background-color: #D8B2CA;
}
</style>
border-color css
<style>
span { border-color: #D8B2CA; }
span { border-color: rgb(216,178,202); }
td.TdClassName
{
border-color: #D8B2CA;
}
.TagClassName
{
border-color: #D8B2CA;
}
</style>