Shades of Twilight #D9C2CB
Tints of Twilight #D9C2CB
RGB
CMYK
RGB Variations
Color information
#D9C2CB (or 0xD9C2CB) is known color: Twilight. HEX triplet: D9, C2 and CB. RGB value is (217,194,203). Sum of RGB (Red+Green+Blue) = 217+194+203=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2CB is #263D34. Grayscale: #C9C9C9. Windows color (decimal): -2506037 or 13353689. OLE color: 13353689.
HSL color Cylindrical-coordinate representation of color #D9C2CB: hue angle of 336.52º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C2CB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 203 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 336.52º | 0.23% | 0.81% | - |
| HSV(B) | 336.52º | 0.11% | 0.85% | - |
| XYZ | 58.69 | 57.65 | 64.53 | - |
| YUV | 201.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 203 | 0 | 0.11 | 0.06 | 0.15 | 336.52 | 0.23 | 0.81 |
| Hex | D9 | C2 | CB | 0 | B | 6 | F | 151 | 17 | 51 |
| Octal | 331 | 302 | 313 | 0 | 13 | 6 | 17 | 521 | 27 | 121 |
| Binary | 11011001 | 11000010 | 11001011 | 0 | 1011 | 110 | 1111 | 101010001 | 10111 | 1010001 |
Color Harmonies of #D9C2CB
Complementary color
Monochromatic Colors of #D9C2CB
Black with #D9C2CB
Text Example
Text Example
White with #D9C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2CB; }
p { color: rgb(217,194,203); }
H1.HeaderClassName
{
color: #D9C2CB;
}
.AnyTagClassName
{
color: #D9C2CB;
}
</style>
background-color css
<style>
a { background-color: #D9C2CB; }
a { background-color: rgb(217,194,203); }
div.DivClassName
{
background-color: #D9C2CB;
}
.BgClassName
{
background-color: #D9C2CB;
}
</style>
border-color css
<style>
span { border-color: #D9C2CB; }
span { border-color: rgb(217,194,203); }
td.TdClassName
{
border-color: #D9C2CB;
}
.TagClassName
{
border-color: #D9C2CB;
}
</style>