Shades of Twilight #D5C6CE
Tints of Twilight #D5C6CE
RGB
CMYK
RGB Variations
Color information
#D5C6CE (or 0xD5C6CE) is known color: Twilight. HEX triplet: D5, C6 and CE. RGB value is (213,198,206). Sum of RGB (Red+Green+Blue) = 213+198+206=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6CE is #2A3931. Grayscale: #CBCBCB. Windows color (decimal): -2767154 or 13551317. OLE color: 13551317.
HSL color Cylindrical-coordinate representation of color #D5C6CE: hue angle of 328º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5C6CE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 206 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.16 |
| HSL | 328º | 0.15% | 0.81% | - |
| HSV(B) | 328º | 0.07% | 0.84% | - |
| XYZ | 58.78 | 58.99 | 66.68 | - |
| YUV | 203.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 206 | 0 | 0.07 | 0.03 | 0.16 | 328 | 0.15 | 0.81 |
| Hex | D5 | C6 | CE | 0 | 7 | 3 | 10 | 148 | F | 51 |
| Octal | 325 | 306 | 316 | 0 | 7 | 3 | 20 | 510 | 17 | 121 |
| Binary | 11010101 | 11000110 | 11001110 | 0 | 111 | 11 | 10000 | 101001000 | 1111 | 1010001 |
Color Harmonies of #D5C6CE
Complementary color
Monochromatic Colors of #D5C6CE
Black with #D5C6CE
Text Example
Text Example
White with #D5C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6CE; }
p { color: rgb(213,198,206); }
H1.HeaderClassName
{
color: #D5C6CE;
}
.AnyTagClassName
{
color: #D5C6CE;
}
</style>
background-color css
<style>
a { background-color: #D5C6CE; }
a { background-color: rgb(213,198,206); }
div.DivClassName
{
background-color: #D5C6CE;
}
.BgClassName
{
background-color: #D5C6CE;
}
</style>
border-color css
<style>
span { border-color: #D5C6CE; }
span { border-color: rgb(213,198,206); }
td.TdClassName
{
border-color: #D5C6CE;
}
.TagClassName
{
border-color: #D5C6CE;
}
</style>