Shades of Twilight #D7C8D2
Tints of Twilight #D7C8D2
RGB
CMYK
RGB Variations
Color information
#D7C8D2 (or 0xD7C8D2) is known color: Twilight. HEX triplet: D7, C8 and D2. RGB value is (215,200,210). Sum of RGB (Red+Green+Blue) = 215+200+210=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8D2 is #28372D. Grayscale: #CDCDCD. Windows color (decimal): -2635566 or 13813975. OLE color: 13813975.
HSL color Cylindrical-coordinate representation of color #D7C8D2: hue angle of 320º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7C8D2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 210 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.16 |
| HSL | 320º | 0.16% | 0.81% | - |
| HSV(B) | 320º | 0.07% | 0.84% | - |
| XYZ | 60.31 | 60.41 | 69.45 | - |
| YUV | 205.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 210 | 0 | 0.07 | 0.02 | 0.16 | 320 | 0.16 | 0.81 |
| Hex | D7 | C8 | D2 | 0 | 7 | 2 | 10 | 140 | 10 | 51 |
| Octal | 327 | 310 | 322 | 0 | 7 | 2 | 20 | 500 | 20 | 121 |
| Binary | 11010111 | 11001000 | 11010010 | 0 | 111 | 10 | 10000 | 101000000 | 10000 | 1010001 |
Color Harmonies of #D7C8D2
Complementary color
Monochromatic Colors of #D7C8D2
Black with #D7C8D2
Text Example
Text Example
White with #D7C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8D2; }
p { color: rgb(215,200,210); }
H1.HeaderClassName
{
color: #D7C8D2;
}
.AnyTagClassName
{
color: #D7C8D2;
}
</style>
background-color css
<style>
a { background-color: #D7C8D2; }
a { background-color: rgb(215,200,210); }
div.DivClassName
{
background-color: #D7C8D2;
}
.BgClassName
{
background-color: #D7C8D2;
}
</style>
border-color css
<style>
span { border-color: #D7C8D2; }
span { border-color: rgb(215,200,210); }
td.TdClassName
{
border-color: #D7C8D2;
}
.TagClassName
{
border-color: #D7C8D2;
}
</style>