Shades of Twilight #D9CDD5
Tints of Twilight #D9CDD5
RGB
CMYK
RGB Variations
Color information
#D9CDD5 (or 0xD9CDD5) is known color: Twilight. HEX triplet: D9, CD and D5. RGB value is (217,205,213). Sum of RGB (Red+Green+Blue) = 217+205+213=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD5 is #26322A. Grayscale: #D1D1D1. Windows color (decimal): -2503211 or 14011865. OLE color: 14011865.
HSL color Cylindrical-coordinate representation of color #D9CDD5: hue angle of 320º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 205 | 213 | - |
CMYK | 0 | 0.06 | 0.02 | 0.15 |
HSL | 320º | 0.14% | 0.83% | - |
HSV(B) | 320º | 0.06% | 0.85% | - |
XYZ | 62.46 | 63.22 | 71.86 | - |
YUV | 209.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 213 | 0 | 0.06 | 0.02 | 0.15 | 320 | 0.14 | 0.83 |
Hex | D9 | CD | D5 | 0 | 6 | 2 | F | 140 | E | 53 |
Octal | 331 | 315 | 325 | 0 | 6 | 2 | 17 | 500 | 16 | 123 |
Binary | 11011001 | 11001101 | 11010101 | 0 | 110 | 10 | 1111 | 101000000 | 1110 | 1010011 |
Color Harmonies of #D9CDD5
Complementary color
Monochromatic Colors of #D9CDD5
Black with #D9CDD5
Text Example
Text Example
White with #D9CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDD5; }
p { color: rgb(217,205,213); }
H1.HeaderClassName
{
color: #D9CDD5;
}
.AnyTagClassName
{
color: #D9CDD5;
}
</style>
background-color css
<style>
a { background-color: #D9CDD5; }
a { background-color: rgb(217,205,213); }
div.DivClassName
{
background-color: #D9CDD5;
}
.BgClassName
{
background-color: #D9CDD5;
}
</style>
border-color css
<style>
span { border-color: #D9CDD5; }
span { border-color: rgb(217,205,213); }
td.TdClassName
{
border-color: #D9CDD5;
}
.TagClassName
{
border-color: #D9CDD5;
}
</style>