Shades of Twilight #D9C4CB
Tints of Twilight #D9C4CB
RGB
CMYK
RGB Variations
Color information
#D9C4CB (or 0xD9C4CB) is known color: Twilight. HEX triplet: D9, C4 and CB. RGB value is (217,196,203). Sum of RGB (Red+Green+Blue) = 217+196+203=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4CB is #263B34. Grayscale: #CBCBCB. Windows color (decimal): -2505525 or 13354201. OLE color: 13354201.
HSL color Cylindrical-coordinate representation of color #D9C4CB: hue angle of 340º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C4CB is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 203 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.15 |
| HSL | 340º | 0.22% | 0.81% | - |
| HSV(B) | 340º | 0.1% | 0.85% | - |
| XYZ | 59.13 | 58.54 | 64.68 | - |
| YUV | 203.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 203 | 0 | 0.10 | 0.06 | 0.15 | 340 | 0.22 | 0.81 |
| Hex | D9 | C4 | CB | 0 | A | 6 | F | 154 | 16 | 51 |
| Octal | 331 | 304 | 313 | 0 | 12 | 6 | 17 | 524 | 26 | 121 |
| Binary | 11011001 | 11000100 | 11001011 | 0 | 1010 | 110 | 1111 | 101010100 | 10110 | 1010001 |
Color Harmonies of #D9C4CB
Complementary color
Monochromatic Colors of #D9C4CB
Black with #D9C4CB
Text Example
Text Example
White with #D9C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4CB; }
p { color: rgb(217,196,203); }
H1.HeaderClassName
{
color: #D9C4CB;
}
.AnyTagClassName
{
color: #D9C4CB;
}
</style>
background-color css
<style>
a { background-color: #D9C4CB; }
a { background-color: rgb(217,196,203); }
div.DivClassName
{
background-color: #D9C4CB;
}
.BgClassName
{
background-color: #D9C4CB;
}
</style>
border-color css
<style>
span { border-color: #D9C4CB; }
span { border-color: rgb(217,196,203); }
td.TdClassName
{
border-color: #D9C4CB;
}
.TagClassName
{
border-color: #D9C4CB;
}
</style>