Shades of Twilight #D9B9CA
Tints of Twilight #D9B9CA
RGB
CMYK
RGB Variations
Color information
#D9B9CA (or 0xD9B9CA) is known color: Twilight. HEX triplet: D9, B9 and CA. RGB value is (217,185,202). Sum of RGB (Red+Green+Blue) = 217+185+202=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9CA is #264635. Grayscale: #C4C4C4. Windows color (decimal): -2508342 or 13285849. OLE color: 13285849.
HSL color Cylindrical-coordinate representation of color #D9B9CA: hue angle of 328.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B9CA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 202 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.15 |
| HSL | 328.13º | 0.3% | 0.79% | - |
| HSV(B) | 328.13º | 0.15% | 0.85% | - |
| XYZ | 56.62 | 53.71 | 63.26 | - |
| YUV | 196.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 202 | 0 | 0.15 | 0.07 | 0.15 | 328.13 | 0.3 | 0.79 |
| Hex | D9 | B9 | CA | 0 | F | 7 | F | 148 | 1E | 4F |
| Octal | 331 | 271 | 312 | 0 | 17 | 7 | 17 | 510 | 36 | 117 |
| Binary | 11011001 | 10111001 | 11001010 | 0 | 1111 | 111 | 1111 | 101001000 | 11110 | 1001111 |
Color Harmonies of #D9B9CA
Complementary color
Monochromatic Colors of #D9B9CA
Black with #D9B9CA
Text Example
Text Example
White with #D9B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9CA; }
p { color: rgb(217,185,202); }
H1.HeaderClassName
{
color: #D9B9CA;
}
.AnyTagClassName
{
color: #D9B9CA;
}
</style>
background-color css
<style>
a { background-color: #D9B9CA; }
a { background-color: rgb(217,185,202); }
div.DivClassName
{
background-color: #D9B9CA;
}
.BgClassName
{
background-color: #D9B9CA;
}
</style>
border-color css
<style>
span { border-color: #D9B9CA; }
span { border-color: rgb(217,185,202); }
td.TdClassName
{
border-color: #D9B9CA;
}
.TagClassName
{
border-color: #D9B9CA;
}
</style>