Shades of Twilight #D9CED5
Tints of Twilight #D9CED5
RGB
CMYK
RGB Variations
Color information
#D9CED5 (or 0xD9CED5) is known color: Twilight. HEX triplet: D9, CE and D5. RGB value is (217,206,213). Sum of RGB (Red+Green+Blue) = 217+206+213=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CED5 is #26312A. Grayscale: #D2D2D2. Windows color (decimal): -2502955 or 14012121. OLE color: 14012121.
HSL color Cylindrical-coordinate representation of color #D9CED5: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CED5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 213 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.15 |
| HSL | 321.82º | 0.13% | 0.83% | - |
| HSV(B) | 321.82º | 0.05% | 0.85% | - |
| XYZ | 62.7 | 63.7 | 71.94 | - |
| YUV | 210.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 213 | 0 | 0.05 | 0.02 | 0.15 | 321.82 | 0.13 | 0.83 |
| Hex | D9 | CE | D5 | 0 | 5 | 2 | F | 142 | D | 53 |
| Octal | 331 | 316 | 325 | 0 | 5 | 2 | 17 | 502 | 15 | 123 |
| Binary | 11011001 | 11001110 | 11010101 | 0 | 101 | 10 | 1111 | 101000010 | 1101 | 1010011 |
Color Harmonies of #D9CED5
Complementary color
Monochromatic Colors of #D9CED5
Black with #D9CED5
Text Example
Text Example
White with #D9CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CED5; }
p { color: rgb(217,206,213); }
H1.HeaderClassName
{
color: #D9CED5;
}
.AnyTagClassName
{
color: #D9CED5;
}
</style>
background-color css
<style>
a { background-color: #D9CED5; }
a { background-color: rgb(217,206,213); }
div.DivClassName
{
background-color: #D9CED5;
}
.BgClassName
{
background-color: #D9CED5;
}
</style>
border-color css
<style>
span { border-color: #D9CED5; }
span { border-color: rgb(217,206,213); }
td.TdClassName
{
border-color: #D9CED5;
}
.TagClassName
{
border-color: #D9CED5;
}
</style>