Shades of Twilight #D9C0CB
Tints of Twilight #D9C0CB
RGB
CMYK
RGB Variations
Color information
#D9C0CB (or 0xD9C0CB) is known color: Twilight. HEX triplet: D9, C0 and CB. RGB value is (217,192,203). Sum of RGB (Red+Green+Blue) = 217+192+203=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0CB is #263F34. Grayscale: #C8C8C8. Windows color (decimal): -2506549 or 13353177. OLE color: 13353177.
HSL color Cylindrical-coordinate representation of color #D9C0CB: hue angle of 333.6º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C0CB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 203 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.15 |
| HSL | 333.6º | 0.25% | 0.8% | - |
| HSV(B) | 333.6º | 0.12% | 0.85% | - |
| XYZ | 58.24 | 56.76 | 64.39 | - |
| YUV | 200.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 203 | 0 | 0.12 | 0.06 | 0.15 | 333.6 | 0.25 | 0.8 |
| Hex | D9 | C0 | CB | 0 | C | 6 | F | 14E | 19 | 50 |
| Octal | 331 | 300 | 313 | 0 | 14 | 6 | 17 | 516 | 31 | 120 |
| Binary | 11011001 | 11000000 | 11001011 | 0 | 1100 | 110 | 1111 | 101001110 | 11001 | 1010000 |
Color Harmonies of #D9C0CB
Complementary color
Monochromatic Colors of #D9C0CB
Black with #D9C0CB
Text Example
Text Example
White with #D9C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0CB; }
p { color: rgb(217,192,203); }
H1.HeaderClassName
{
color: #D9C0CB;
}
.AnyTagClassName
{
color: #D9C0CB;
}
</style>
background-color css
<style>
a { background-color: #D9C0CB; }
a { background-color: rgb(217,192,203); }
div.DivClassName
{
background-color: #D9C0CB;
}
.BgClassName
{
background-color: #D9C0CB;
}
</style>
border-color css
<style>
span { border-color: #D9C0CB; }
span { border-color: rgb(217,192,203); }
td.TdClassName
{
border-color: #D9C0CB;
}
.TagClassName
{
border-color: #D9C0CB;
}
</style>