Shades of Twilight #D4C5CD
Tints of Twilight #D4C5CD
RGB
CMYK
RGB Variations
Color information
#D4C5CD (or 0xD4C5CD) is known color: Twilight. HEX triplet: D4, C5 and CD. RGB value is (212,197,205). Sum of RGB (Red+Green+Blue) = 212+197+205=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5CD is #2B3A32. Grayscale: #CACACA. Windows color (decimal): -2832947 or 13485524. OLE color: 13485524.
HSL color Cylindrical-coordinate representation of color #D4C5CD: hue angle of 328º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4C5CD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 197 | 205 | - |
CMYK | 0 | 0.07 | 0.03 | 0.17 |
HSL | 328º | 0.15% | 0.8% | - |
HSV(B) | 328º | 0.07% | 0.83% | - |
XYZ | 58.14 | 58.34 | 65.95 | - |
YUV | 202.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 197 | 205 | 0 | 0.07 | 0.03 | 0.17 | 328 | 0.15 | 0.8 |
Hex | D4 | C5 | CD | 0 | 7 | 3 | 11 | 148 | F | 50 |
Octal | 324 | 305 | 315 | 0 | 7 | 3 | 21 | 510 | 17 | 120 |
Binary | 11010100 | 11000101 | 11001101 | 0 | 111 | 11 | 10001 | 101001000 | 1111 | 1010000 |
Color Harmonies of #D4C5CD
Complementary color
Monochromatic Colors of #D4C5CD
Black with #D4C5CD
Text Example
Text Example
White with #D4C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5CD; }
p { color: rgb(212,197,205); }
H1.HeaderClassName
{
color: #D4C5CD;
}
.AnyTagClassName
{
color: #D4C5CD;
}
</style>
background-color css
<style>
a { background-color: #D4C5CD; }
a { background-color: rgb(212,197,205); }
div.DivClassName
{
background-color: #D4C5CD;
}
.BgClassName
{
background-color: #D4C5CD;
}
</style>
border-color css
<style>
span { border-color: #D4C5CD; }
span { border-color: rgb(212,197,205); }
td.TdClassName
{
border-color: #D4C5CD;
}
.TagClassName
{
border-color: #D4C5CD;
}
</style>