Shades of Twilight #D9B1CA
Tints of Twilight #D9B1CA
RGB
CMYK
RGB Variations
Color information
#D9B1CA (or 0xD9B1CA) is known color: Twilight. HEX triplet: D9, B1 and CA. RGB value is (217,177,202). Sum of RGB (Red+Green+Blue) = 217+177+202=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1CA is #264E35. Grayscale: #BFBFBF. Windows color (decimal): -2510390 or 13283801. OLE color: 13283801.
HSL color Cylindrical-coordinate representation of color #D9B1CA: hue angle of 322.5º degrees, saturation: 0.34, 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 #D9B1CA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 202 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.15 |
| HSL | 322.5º | 0.34% | 0.77% | - |
| HSV(B) | 322.5º | 0.18% | 0.85% | - |
| XYZ | 55 | 50.46 | 62.72 | - |
| YUV | 191.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 202 | 0 | 0.18 | 0.07 | 0.15 | 322.5 | 0.34 | 0.77 |
| Hex | D9 | B1 | CA | 0 | 12 | 7 | F | 142 | 22 | 4D |
| Octal | 331 | 261 | 312 | 0 | 22 | 7 | 17 | 502 | 42 | 115 |
| Binary | 11011001 | 10110001 | 11001010 | 0 | 10010 | 111 | 1111 | 101000010 | 100010 | 1001101 |
Color Harmonies of #D9B1CA
Complementary color
Monochromatic Colors of #D9B1CA
Black with #D9B1CA
Text Example
Text Example
White with #D9B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1CA; }
p { color: rgb(217,177,202); }
H1.HeaderClassName
{
color: #D9B1CA;
}
.AnyTagClassName
{
color: #D9B1CA;
}
</style>
background-color css
<style>
a { background-color: #D9B1CA; }
a { background-color: rgb(217,177,202); }
div.DivClassName
{
background-color: #D9B1CA;
}
.BgClassName
{
background-color: #D9B1CA;
}
</style>
border-color css
<style>
span { border-color: #D9B1CA; }
span { border-color: rgb(217,177,202); }
td.TdClassName
{
border-color: #D9B1CA;
}
.TagClassName
{
border-color: #D9B1CA;
}
</style>