Shades of Twilight #D9C8D4
Tints of Twilight #D9C8D4
RGB
CMYK
RGB Variations
Color information
#D9C8D4 (or 0xD9C8D4) is known color: Twilight. HEX triplet: D9, C8 and D4. RGB value is (217,200,212). Sum of RGB (Red+Green+Blue) = 217+200+212=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8D4 is #26372B. Grayscale: #CECECE. Windows color (decimal): -2504492 or 13945049. OLE color: 13945049.
HSL color Cylindrical-coordinate representation of color #D9C8D4: hue angle of 317.65º degrees, saturation: 0.18, 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 #D9C8D4 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 200 | 212 | - |
CMYK | 0 | 0.08 | 0.02 | 0.15 |
HSL | 317.65º | 0.18% | 0.82% | - |
HSV(B) | 317.65º | 0.08% | 0.85% | - |
XYZ | 61.15 | 60.81 | 70.8 | - |
YUV | 206.45 | 131.13 | 135.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 200 | 212 | 0 | 0.08 | 0.02 | 0.15 | 317.65 | 0.18 | 0.82 |
Hex | D9 | C8 | D4 | 0 | 8 | 2 | F | 13E | 12 | 52 |
Octal | 331 | 310 | 324 | 0 | 10 | 2 | 17 | 476 | 22 | 122 |
Binary | 11011001 | 11001000 | 11010100 | 0 | 1000 | 10 | 1111 | 100111110 | 10010 | 1010010 |
Color Harmonies of #D9C8D4
Complementary color
Monochromatic Colors of #D9C8D4
Black with #D9C8D4
Text Example
Text Example
White with #D9C8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8D4; }
p { color: rgb(217,200,212); }
H1.HeaderClassName
{
color: #D9C8D4;
}
.AnyTagClassName
{
color: #D9C8D4;
}
</style>
background-color css
<style>
a { background-color: #D9C8D4; }
a { background-color: rgb(217,200,212); }
div.DivClassName
{
background-color: #D9C8D4;
}
.BgClassName
{
background-color: #D9C8D4;
}
</style>
border-color css
<style>
span { border-color: #D9C8D4; }
span { border-color: rgb(217,200,212); }
td.TdClassName
{
border-color: #D9C8D4;
}
.TagClassName
{
border-color: #D9C8D4;
}
</style>