Shades of Twilight #D9BCCA
Tints of Twilight #D9BCCA
RGB
CMYK
RGB Variations
Color information
#D9BCCA (or 0xD9BCCA) is known color: Twilight. HEX triplet: D9, BC and CA. RGB value is (217,188,202). Sum of RGB (Red+Green+Blue) = 217+188+202=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCCA is #264335. Grayscale: #C6C6C6. Windows color (decimal): -2507574 or 13286617. OLE color: 13286617.
HSL color Cylindrical-coordinate representation of color #D9BCCA: hue angle of 331.03º 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 #D9BCCA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 202 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.15 |
| HSL | 331.03º | 0.28% | 0.79% | - |
| HSV(B) | 331.03º | 0.13% | 0.85% | - |
| XYZ | 57.26 | 54.98 | 63.47 | - |
| YUV | 198.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 202 | 0 | 0.13 | 0.07 | 0.15 | 331.03 | 0.28 | 0.79 |
| Hex | D9 | BC | CA | 0 | D | 7 | F | 14B | 1C | 4F |
| Octal | 331 | 274 | 312 | 0 | 15 | 7 | 17 | 513 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11001010 | 0 | 1101 | 111 | 1111 | 101001011 | 11100 | 1001111 |
Color Harmonies of #D9BCCA
Complementary color
Monochromatic Colors of #D9BCCA
Black with #D9BCCA
Text Example
Text Example
White with #D9BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCCA; }
p { color: rgb(217,188,202); }
H1.HeaderClassName
{
color: #D9BCCA;
}
.AnyTagClassName
{
color: #D9BCCA;
}
</style>
background-color css
<style>
a { background-color: #D9BCCA; }
a { background-color: rgb(217,188,202); }
div.DivClassName
{
background-color: #D9BCCA;
}
.BgClassName
{
background-color: #D9BCCA;
}
</style>
border-color css
<style>
span { border-color: #D9BCCA; }
span { border-color: rgb(217,188,202); }
td.TdClassName
{
border-color: #D9BCCA;
}
.TagClassName
{
border-color: #D9BCCA;
}
</style>