Shades of Twilight #D9BCCC
Tints of Twilight #D9BCCC
RGB
CMYK
RGB Variations
Color information
#D9BCCC (or 0xD9BCCC) is known color: Twilight. HEX triplet: D9, BC and CC. RGB value is (217,188,204). Sum of RGB (Red+Green+Blue) = 217+188+204=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCCC is #264333. Grayscale: #C6C6C6. Windows color (decimal): -2507572 or 13417689. OLE color: 13417689.
HSL color Cylindrical-coordinate representation of color #D9BCCC: hue angle of 326.9º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCCC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 204 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.15 |
| HSL | 326.9º | 0.28% | 0.79% | - |
| HSV(B) | 326.9º | 0.13% | 0.85% | - |
| XYZ | 57.5 | 55.08 | 64.73 | - |
| YUV | 198.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 204 | 0 | 0.13 | 0.06 | 0.15 | 326.9 | 0.28 | 0.79 |
| Hex | D9 | BC | CC | 0 | D | 6 | F | 147 | 1C | 4F |
| Octal | 331 | 274 | 314 | 0 | 15 | 6 | 17 | 507 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11001100 | 0 | 1101 | 110 | 1111 | 101000111 | 11100 | 1001111 |
Color Harmonies of #D9BCCC
Complementary color
Monochromatic Colors of #D9BCCC
Black with #D9BCCC
Text Example
Text Example
White with #D9BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCCC; }
p { color: rgb(217,188,204); }
H1.HeaderClassName
{
color: #D9BCCC;
}
.AnyTagClassName
{
color: #D9BCCC;
}
</style>
background-color css
<style>
a { background-color: #D9BCCC; }
a { background-color: rgb(217,188,204); }
div.DivClassName
{
background-color: #D9BCCC;
}
.BgClassName
{
background-color: #D9BCCC;
}
</style>
border-color css
<style>
span { border-color: #D9BCCC; }
span { border-color: rgb(217,188,204); }
td.TdClassName
{
border-color: #D9BCCC;
}
.TagClassName
{
border-color: #D9BCCC;
}
</style>