Shades of Twilight #D4B9CA
Tints of Twilight #D4B9CA
RGB
CMYK
RGB Variations
Color information
#D4B9CA (or 0xD4B9CA) is known color: Twilight. HEX triplet: D4, B9 and CA. RGB value is (212,185,202). Sum of RGB (Red+Green+Blue) = 212+185+202=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B9CA is #2B4635. Grayscale: #C2C2C2. Windows color (decimal): -2836022 or 13285844. OLE color: 13285844.
HSL color Cylindrical-coordinate representation of color #D4B9CA: hue angle of 322.22º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4B9CA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 202 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.17 |
| HSL | 322.22º | 0.24% | 0.78% | - |
| HSV(B) | 322.22º | 0.13% | 0.83% | - |
| XYZ | 55.16 | 52.96 | 63.19 | - |
| YUV | 195.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 202 | 0 | 0.13 | 0.05 | 0.17 | 322.22 | 0.24 | 0.78 |
| Hex | D4 | B9 | CA | 0 | D | 5 | 11 | 142 | 18 | 4E |
| Octal | 324 | 271 | 312 | 0 | 15 | 5 | 21 | 502 | 30 | 116 |
| Binary | 11010100 | 10111001 | 11001010 | 0 | 1101 | 101 | 10001 | 101000010 | 11000 | 1001110 |
Color Harmonies of #D4B9CA
Complementary color
Monochromatic Colors of #D4B9CA
Black with #D4B9CA
Text Example
Text Example
White with #D4B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9CA; }
p { color: rgb(212,185,202); }
H1.HeaderClassName
{
color: #D4B9CA;
}
.AnyTagClassName
{
color: #D4B9CA;
}
</style>
background-color css
<style>
a { background-color: #D4B9CA; }
a { background-color: rgb(212,185,202); }
div.DivClassName
{
background-color: #D4B9CA;
}
.BgClassName
{
background-color: #D4B9CA;
}
</style>
border-color css
<style>
span { border-color: #D4B9CA; }
span { border-color: rgb(212,185,202); }
td.TdClassName
{
border-color: #D4B9CA;
}
.TagClassName
{
border-color: #D4B9CA;
}
</style>