Shades of Twilight #D4C9CF
Tints of Twilight #D4C9CF
RGB
CMYK
RGB Variations
Color information
#D4C9CF (or 0xD4C9CF) is known color: Twilight. HEX triplet: D4, C9 and CF. RGB value is (212,201,207). Sum of RGB (Red+Green+Blue) = 212+201+207=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9CF is #2B3630. Grayscale: #CCCCCC. Windows color (decimal): -2831921 or 13617620. OLE color: 13617620.
HSL color Cylindrical-coordinate representation of color #D4C9CF: hue angle of 327.27º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4C9CF is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 207 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.17 |
| HSL | 327.27º | 0.11% | 0.81% | - |
| HSV(B) | 327.27º | 0.05% | 0.83% | - |
| XYZ | 59.3 | 60.28 | 67.54 | - |
| YUV | 204.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 207 | 0 | 0.05 | 0.02 | 0.17 | 327.27 | 0.11 | 0.81 |
| Hex | D4 | C9 | CF | 0 | 5 | 2 | 11 | 147 | B | 51 |
| Octal | 324 | 311 | 317 | 0 | 5 | 2 | 21 | 507 | 13 | 121 |
| Binary | 11010100 | 11001001 | 11001111 | 0 | 101 | 10 | 10001 | 101000111 | 1011 | 1010001 |
Color Harmonies of #D4C9CF
Complementary color
Monochromatic Colors of #D4C9CF
Black with #D4C9CF
Text Example
Text Example
White with #D4C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9CF; }
p { color: rgb(212,201,207); }
H1.HeaderClassName
{
color: #D4C9CF;
}
.AnyTagClassName
{
color: #D4C9CF;
}
</style>
background-color css
<style>
a { background-color: #D4C9CF; }
a { background-color: rgb(212,201,207); }
div.DivClassName
{
background-color: #D4C9CF;
}
.BgClassName
{
background-color: #D4C9CF;
}
</style>
border-color css
<style>
span { border-color: #D4C9CF; }
span { border-color: rgb(212,201,207); }
td.TdClassName
{
border-color: #D4C9CF;
}
.TagClassName
{
border-color: #D4C9CF;
}
</style>