Shades of Twilight #D9C7D0
Tints of Twilight #D9C7D0
RGB
CMYK
RGB Variations
Color information
#D9C7D0 (or 0xD9C7D0) is known color: Twilight. HEX triplet: D9, C7 and D0. RGB value is (217,199,208). Sum of RGB (Red+Green+Blue) = 217+199+208=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7D0 is #26382F. Grayscale: #CDCDCD. Windows color (decimal): -2504752 or 13682649. OLE color: 13682649.
HSL color Cylindrical-coordinate representation of color #D9C7D0: hue angle of 330º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9C7D0 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 199 | 208 | - |
CMYK | 0 | 0.08 | 0.04 | 0.15 |
HSL | 330º | 0.19% | 0.82% | - |
HSV(B) | 330º | 0.08% | 0.85% | - |
XYZ | 60.42 | 60.15 | 68.1 | - |
YUV | 205.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 199 | 208 | 0 | 0.08 | 0.04 | 0.15 | 330 | 0.19 | 0.82 |
Hex | D9 | C7 | D0 | 0 | 8 | 4 | F | 14A | 13 | 52 |
Octal | 331 | 307 | 320 | 0 | 10 | 4 | 17 | 512 | 23 | 122 |
Binary | 11011001 | 11000111 | 11010000 | 0 | 1000 | 100 | 1111 | 101001010 | 10011 | 1010010 |
Color Harmonies of #D9C7D0
Complementary color
Monochromatic Colors of #D9C7D0
Black with #D9C7D0
Text Example
Text Example
White with #D9C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7D0; }
p { color: rgb(217,199,208); }
H1.HeaderClassName
{
color: #D9C7D0;
}
.AnyTagClassName
{
color: #D9C7D0;
}
</style>
background-color css
<style>
a { background-color: #D9C7D0; }
a { background-color: rgb(217,199,208); }
div.DivClassName
{
background-color: #D9C7D0;
}
.BgClassName
{
background-color: #D9C7D0;
}
</style>
border-color css
<style>
span { border-color: #D9C7D0; }
span { border-color: rgb(217,199,208); }
td.TdClassName
{
border-color: #D9C7D0;
}
.TagClassName
{
border-color: #D9C7D0;
}
</style>