Shades of Twilight #D9B5CC
Tints of Twilight #D9B5CC
RGB
CMYK
RGB Variations
Color information
#D9B5CC (or 0xD9B5CC) is known color: Twilight. HEX triplet: D9, B5 and CC. RGB value is (217,181,204). Sum of RGB (Red+Green+Blue) = 217+181+204=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5CC is #264A33. Grayscale: #C2C2C2. Windows color (decimal): -2509364 or 13415897. OLE color: 13415897.
HSL color Cylindrical-coordinate representation of color #D9B5CC: hue angle of 321.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9B5CC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 204 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.15 |
| HSL | 321.67º | 0.32% | 0.78% | - |
| HSV(B) | 321.67º | 0.17% | 0.85% | - |
| XYZ | 56.04 | 52.16 | 64.24 | - |
| YUV | 194.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 204 | 0 | 0.17 | 0.06 | 0.15 | 321.67 | 0.32 | 0.78 |
| Hex | D9 | B5 | CC | 0 | 11 | 6 | F | 142 | 20 | 4E |
| Octal | 331 | 265 | 314 | 0 | 21 | 6 | 17 | 502 | 40 | 116 |
| Binary | 11011001 | 10110101 | 11001100 | 0 | 10001 | 110 | 1111 | 101000010 | 100000 | 1001110 |
Color Harmonies of #D9B5CC
Complementary color
Monochromatic Colors of #D9B5CC
Black with #D9B5CC
Text Example
Text Example
White with #D9B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5CC; }
p { color: rgb(217,181,204); }
H1.HeaderClassName
{
color: #D9B5CC;
}
.AnyTagClassName
{
color: #D9B5CC;
}
</style>
background-color css
<style>
a { background-color: #D9B5CC; }
a { background-color: rgb(217,181,204); }
div.DivClassName
{
background-color: #D9B5CC;
}
.BgClassName
{
background-color: #D9B5CC;
}
</style>
border-color css
<style>
span { border-color: #D9B5CC; }
span { border-color: rgb(217,181,204); }
td.TdClassName
{
border-color: #D9B5CC;
}
.TagClassName
{
border-color: #D9B5CC;
}
</style>