Shades of Twilight #D5C7CE
Tints of Twilight #D5C7CE
RGB
CMYK
RGB Variations
Color information
#D5C7CE (or 0xD5C7CE) is known color: Twilight. HEX triplet: D5, C7 and CE. RGB value is (213,199,206). Sum of RGB (Red+Green+Blue) = 213+199+206=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7CE is #2A3831. Grayscale: #CBCBCB. Windows color (decimal): -2766898 or 13551573. OLE color: 13551573.
HSL color Cylindrical-coordinate representation of color #D5C7CE: hue angle of 330º degrees, saturation: 0.14, 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 #D5C7CE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 206 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.16 |
| HSL | 330º | 0.14% | 0.81% | - |
| HSV(B) | 330º | 0.07% | 0.84% | - |
| XYZ | 59 | 59.45 | 66.76 | - |
| YUV | 203.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 206 | 0 | 0.07 | 0.03 | 0.16 | 330 | 0.14 | 0.81 |
| Hex | D5 | C7 | CE | 0 | 7 | 3 | 10 | 14A | E | 51 |
| Octal | 325 | 307 | 316 | 0 | 7 | 3 | 20 | 512 | 16 | 121 |
| Binary | 11010101 | 11000111 | 11001110 | 0 | 111 | 11 | 10000 | 101001010 | 1110 | 1010001 |
Color Harmonies of #D5C7CE
Complementary color
Monochromatic Colors of #D5C7CE
Black with #D5C7CE
Text Example
Text Example
White with #D5C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7CE; }
p { color: rgb(213,199,206); }
H1.HeaderClassName
{
color: #D5C7CE;
}
.AnyTagClassName
{
color: #D5C7CE;
}
</style>
background-color css
<style>
a { background-color: #D5C7CE; }
a { background-color: rgb(213,199,206); }
div.DivClassName
{
background-color: #D5C7CE;
}
.BgClassName
{
background-color: #D5C7CE;
}
</style>
border-color css
<style>
span { border-color: #D5C7CE; }
span { border-color: rgb(213,199,206); }
td.TdClassName
{
border-color: #D5C7CE;
}
.TagClassName
{
border-color: #D5C7CE;
}
</style>