Shades of Twilight #D9B6CA
Tints of Twilight #D9B6CA
RGB
CMYK
RGB Variations
Color information
#D9B6CA (or 0xD9B6CA) is known color: Twilight. HEX triplet: D9, B6 and CA. RGB value is (217,182,202). Sum of RGB (Red+Green+Blue) = 217+182+202=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6CA is #264935. Grayscale: #C2C2C2. Windows color (decimal): -2509110 or 13285081. OLE color: 13285081.
HSL color Cylindrical-coordinate representation of color #D9B6CA: hue angle of 325.71º degrees, saturation: 0.32, 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 #D9B6CA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 202 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.15 |
| HSL | 325.71º | 0.32% | 0.78% | - |
| HSV(B) | 325.71º | 0.16% | 0.85% | - |
| XYZ | 56 | 52.47 | 63.05 | - |
| YUV | 194.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 202 | 0 | 0.16 | 0.07 | 0.15 | 325.71 | 0.32 | 0.78 |
| Hex | D9 | B6 | CA | 0 | 10 | 7 | F | 146 | 20 | 4E |
| Octal | 331 | 266 | 312 | 0 | 20 | 7 | 17 | 506 | 40 | 116 |
| Binary | 11011001 | 10110110 | 11001010 | 0 | 10000 | 111 | 1111 | 101000110 | 100000 | 1001110 |
Color Harmonies of #D9B6CA
Complementary color
Monochromatic Colors of #D9B6CA
Black with #D9B6CA
Text Example
Text Example
White with #D9B6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B6CA; }
p { color: rgb(217,182,202); }
H1.HeaderClassName
{
color: #D9B6CA;
}
.AnyTagClassName
{
color: #D9B6CA;
}
</style>
background-color css
<style>
a { background-color: #D9B6CA; }
a { background-color: rgb(217,182,202); }
div.DivClassName
{
background-color: #D9B6CA;
}
.BgClassName
{
background-color: #D9B6CA;
}
</style>
border-color css
<style>
span { border-color: #D9B6CA; }
span { border-color: rgb(217,182,202); }
td.TdClassName
{
border-color: #D9B6CA;
}
.TagClassName
{
border-color: #D9B6CA;
}
</style>