Shades of Twilight #D4C5CA
Tints of Twilight #D4C5CA
RGB
CMYK
RGB Variations
Color information
#D4C5CA (or 0xD4C5CA) is known color: Twilight. HEX triplet: D4, C5 and CA. RGB value is (212,197,202). Sum of RGB (Red+Green+Blue) = 212+197+202=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5CA is #2B3A35. Grayscale: #CACACA. Windows color (decimal): -2832950 or 13288916. OLE color: 13288916.
HSL color Cylindrical-coordinate representation of color #D4C5CA: hue angle of 340º 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 #D4C5CA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 197 | 202 | - |
CMYK | 0 | 0.07 | 0.05 | 0.17 |
HSL | 340º | 0.15% | 0.8% | - |
HSV(B) | 340º | 0.07% | 0.83% | - |
XYZ | 57.78 | 58.19 | 64.06 | - |
YUV | 202.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 197 | 202 | 0 | 0.07 | 0.05 | 0.17 | 340 | 0.15 | 0.8 |
Hex | D4 | C5 | CA | 0 | 7 | 5 | 11 | 154 | F | 50 |
Octal | 324 | 305 | 312 | 0 | 7 | 5 | 21 | 524 | 17 | 120 |
Binary | 11010100 | 11000101 | 11001010 | 0 | 111 | 101 | 10001 | 101010100 | 1111 | 1010000 |
Color Harmonies of #D4C5CA
Complementary color
Monochromatic Colors of #D4C5CA
Black with #D4C5CA
Text Example
Text Example
White with #D4C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5CA; }
p { color: rgb(212,197,202); }
H1.HeaderClassName
{
color: #D4C5CA;
}
.AnyTagClassName
{
color: #D4C5CA;
}
</style>
background-color css
<style>
a { background-color: #D4C5CA; }
a { background-color: rgb(212,197,202); }
div.DivClassName
{
background-color: #D4C5CA;
}
.BgClassName
{
background-color: #D4C5CA;
}
</style>
border-color css
<style>
span { border-color: #D4C5CA; }
span { border-color: rgb(212,197,202); }
td.TdClassName
{
border-color: #D4C5CA;
}
.TagClassName
{
border-color: #D4C5CA;
}
</style>