Shades of Twilight #D5C9D0
Tints of Twilight #D5C9D0
RGB
CMYK
RGB Variations
Color information
#D5C9D0 (or 0xD5C9D0) is known color: Twilight. HEX triplet: D5, C9 and D0. RGB value is (213,201,208). Sum of RGB (Red+Green+Blue) = 213+201+208=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9D0 is #2A362F. Grayscale: #CDCDCD. Windows color (decimal): -2766384 or 13683157. OLE color: 13683157.
HSL color Cylindrical-coordinate representation of color #D5C9D0: hue angle of 325º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5C9D0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 208 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.16 |
| HSL | 325º | 0.13% | 0.81% | - |
| HSV(B) | 325º | 0.06% | 0.84% | - |
| XYZ | 59.71 | 60.47 | 68.2 | - |
| YUV | 205.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 208 | 0 | 0.06 | 0.02 | 0.16 | 325 | 0.13 | 0.81 |
| Hex | D5 | C9 | D0 | 0 | 6 | 2 | 10 | 145 | C | 51 |
| Octal | 325 | 311 | 320 | 0 | 6 | 2 | 20 | 505 | 14 | 121 |
| Binary | 11010101 | 11001001 | 11010000 | 0 | 110 | 10 | 10000 | 101000101 | 1100 | 1010001 |
Color Harmonies of #D5C9D0
Complementary color
Monochromatic Colors of #D5C9D0
Black with #D5C9D0
Text Example
Text Example
White with #D5C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9D0; }
p { color: rgb(213,201,208); }
H1.HeaderClassName
{
color: #D5C9D0;
}
.AnyTagClassName
{
color: #D5C9D0;
}
</style>
background-color css
<style>
a { background-color: #D5C9D0; }
a { background-color: rgb(213,201,208); }
div.DivClassName
{
background-color: #D5C9D0;
}
.BgClassName
{
background-color: #D5C9D0;
}
</style>
border-color css
<style>
span { border-color: #D5C9D0; }
span { border-color: rgb(213,201,208); }
td.TdClassName
{
border-color: #D5C9D0;
}
.TagClassName
{
border-color: #D5C9D0;
}
</style>