Shades of Twilight #D5C2CE
Tints of Twilight #D5C2CE
RGB
CMYK
RGB Variations
Color information
#D5C2CE (or 0xD5C2CE) is known color: Twilight. HEX triplet: D5, C2 and CE. RGB value is (213,194,206). Sum of RGB (Red+Green+Blue) = 213+194+206=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2CE is #2A3D31. Grayscale: #C9C9C9. Windows color (decimal): -2768178 or 13550293. OLE color: 13550293.
HSL color Cylindrical-coordinate representation of color #D5C2CE: hue angle of 322.11º 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 #D5C2CE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 206 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.16 |
| HSL | 322.11º | 0.18% | 0.8% | - |
| HSV(B) | 322.11º | 0.09% | 0.84% | - |
| XYZ | 57.87 | 57.19 | 66.38 | - |
| YUV | 201.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 206 | 0 | 0.09 | 0.03 | 0.16 | 322.11 | 0.18 | 0.8 |
| Hex | D5 | C2 | CE | 0 | 9 | 3 | 10 | 142 | 12 | 50 |
| Octal | 325 | 302 | 316 | 0 | 11 | 3 | 20 | 502 | 22 | 120 |
| Binary | 11010101 | 11000010 | 11001110 | 0 | 1001 | 11 | 10000 | 101000010 | 10010 | 1010000 |
Color Harmonies of #D5C2CE
Complementary color
Monochromatic Colors of #D5C2CE
Black with #D5C2CE
Text Example
Text Example
White with #D5C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2CE; }
p { color: rgb(213,194,206); }
H1.HeaderClassName
{
color: #D5C2CE;
}
.AnyTagClassName
{
color: #D5C2CE;
}
</style>
background-color css
<style>
a { background-color: #D5C2CE; }
a { background-color: rgb(213,194,206); }
div.DivClassName
{
background-color: #D5C2CE;
}
.BgClassName
{
background-color: #D5C2CE;
}
</style>
border-color css
<style>
span { border-color: #D5C2CE; }
span { border-color: rgb(213,194,206); }
td.TdClassName
{
border-color: #D5C2CE;
}
.TagClassName
{
border-color: #D5C2CE;
}
</style>