Shades of Twilight #D9C7CF
Tints of Twilight #D9C7CF
RGB
CMYK
RGB Variations
Color information
#D9C7CF (or 0xD9C7CF) is known color: Twilight. HEX triplet: D9, C7 and CF. RGB value is (217,199,207). Sum of RGB (Red+Green+Blue) = 217+199+207=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7CF is #263830. Grayscale: #CDCDCD. Windows color (decimal): -2504753 or 13617113. OLE color: 13617113.
HSL color Cylindrical-coordinate representation of color #D9C7CF: hue angle of 333.33º 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 #D9C7CF is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 199 | 207 | - |
CMYK | 0 | 0.08 | 0.05 | 0.15 |
HSL | 333.33º | 0.19% | 0.82% | - |
HSV(B) | 333.33º | 0.08% | 0.85% | - |
XYZ | 60.3 | 60.1 | 67.45 | - |
YUV | 205.29 | 128.96 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 199 | 207 | 0 | 0.08 | 0.05 | 0.15 | 333.33 | 0.19 | 0.82 |
Hex | D9 | C7 | CF | 0 | 8 | 5 | F | 14D | 13 | 52 |
Octal | 331 | 307 | 317 | 0 | 10 | 5 | 17 | 515 | 23 | 122 |
Binary | 11011001 | 11000111 | 11001111 | 0 | 1000 | 101 | 1111 | 101001101 | 10011 | 1010010 |
Color Harmonies of #D9C7CF
Complementary color
Monochromatic Colors of #D9C7CF
Black with #D9C7CF
Text Example
Text Example
White with #D9C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7CF; }
p { color: rgb(217,199,207); }
H1.HeaderClassName
{
color: #D9C7CF;
}
.AnyTagClassName
{
color: #D9C7CF;
}
</style>
background-color css
<style>
a { background-color: #D9C7CF; }
a { background-color: rgb(217,199,207); }
div.DivClassName
{
background-color: #D9C7CF;
}
.BgClassName
{
background-color: #D9C7CF;
}
</style>
border-color css
<style>
span { border-color: #D9C7CF; }
span { border-color: rgb(217,199,207); }
td.TdClassName
{
border-color: #D9C7CF;
}
.TagClassName
{
border-color: #D9C7CF;
}
</style>