Shades of Twilight #D4C7CD
Tints of Twilight #D4C7CD
RGB
CMYK
RGB Variations
Color information
#D4C7CD (or 0xD4C7CD) is known color: Twilight. HEX triplet: D4, C7 and CD. RGB value is (212,199,205). Sum of RGB (Red+Green+Blue) = 212+199+205=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7CD is #2B3832. Grayscale: #CBCBCB. Windows color (decimal): -2832435 or 13486036. OLE color: 13486036.
HSL color Cylindrical-coordinate representation of color #D4C7CD: hue angle of 332.31º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4C7CD is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 199 | 205 | - |
CMYK | 0 | 0.06 | 0.03 | 0.17 |
HSL | 332.31º | 0.13% | 0.81% | - |
HSV(B) | 332.31º | 0.06% | 0.83% | - |
XYZ | 58.59 | 59.25 | 66.11 | - |
YUV | 203.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 199 | 205 | 0 | 0.06 | 0.03 | 0.17 | 332.31 | 0.13 | 0.81 |
Hex | D4 | C7 | CD | 0 | 6 | 3 | 11 | 14C | D | 51 |
Octal | 324 | 307 | 315 | 0 | 6 | 3 | 21 | 514 | 15 | 121 |
Binary | 11010100 | 11000111 | 11001101 | 0 | 110 | 11 | 10001 | 101001100 | 1101 | 1010001 |
Color Harmonies of #D4C7CD
Complementary color
Monochromatic Colors of #D4C7CD
Black with #D4C7CD
Text Example
Text Example
White with #D4C7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7CD; }
p { color: rgb(212,199,205); }
H1.HeaderClassName
{
color: #D4C7CD;
}
.AnyTagClassName
{
color: #D4C7CD;
}
</style>
background-color css
<style>
a { background-color: #D4C7CD; }
a { background-color: rgb(212,199,205); }
div.DivClassName
{
background-color: #D4C7CD;
}
.BgClassName
{
background-color: #D4C7CD;
}
</style>
border-color css
<style>
span { border-color: #D4C7CD; }
span { border-color: rgb(212,199,205); }
td.TdClassName
{
border-color: #D4C7CD;
}
.TagClassName
{
border-color: #D4C7CD;
}
</style>