Shades of Twilight #D5C2CD
Tints of Twilight #D5C2CD
RGB
CMYK
RGB Variations
Color information
#D5C2CD (or 0xD5C2CD) is known color: Twilight. HEX triplet: D5, C2 and CD. RGB value is (213,194,205). Sum of RGB (Red+Green+Blue) = 213+194+205=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2CD is #2A3D32. Grayscale: #C8C8C8. Windows color (decimal): -2768179 or 13484757. OLE color: 13484757.
HSL color Cylindrical-coordinate representation of color #D5C2CD: hue angle of 325.26º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5C2CD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 205 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.16 |
| HSL | 325.26º | 0.18% | 0.8% | - |
| HSV(B) | 325.26º | 0.09% | 0.84% | - |
| XYZ | 57.75 | 57.14 | 65.74 | - |
| YUV | 200.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 205 | 0 | 0.09 | 0.04 | 0.16 | 325.26 | 0.18 | 0.8 |
| Hex | D5 | C2 | CD | 0 | 9 | 4 | 10 | 145 | 12 | 50 |
| Octal | 325 | 302 | 315 | 0 | 11 | 4 | 20 | 505 | 22 | 120 |
| Binary | 11010101 | 11000010 | 11001101 | 0 | 1001 | 100 | 10000 | 101000101 | 10010 | 1010000 |
Color Harmonies of #D5C2CD
Complementary color
Monochromatic Colors of #D5C2CD
Black with #D5C2CD
Text Example
Text Example
White with #D5C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2CD; }
p { color: rgb(213,194,205); }
H1.HeaderClassName
{
color: #D5C2CD;
}
.AnyTagClassName
{
color: #D5C2CD;
}
</style>
background-color css
<style>
a { background-color: #D5C2CD; }
a { background-color: rgb(213,194,205); }
div.DivClassName
{
background-color: #D5C2CD;
}
.BgClassName
{
background-color: #D5C2CD;
}
</style>
border-color css
<style>
span { border-color: #D5C2CD; }
span { border-color: rgb(213,194,205); }
td.TdClassName
{
border-color: #D5C2CD;
}
.TagClassName
{
border-color: #D5C2CD;
}
</style>