Shades of Twilight #D7C1CE
Tints of Twilight #D7C1CE
RGB
CMYK
RGB Variations
Color information
#D7C1CE (or 0xD7C1CE) is known color: Twilight. HEX triplet: D7, C1 and CE. RGB value is (215,193,206). Sum of RGB (Red+Green+Blue) = 215+193+206=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1CE is #283E31. Grayscale: #C9C9C9. Windows color (decimal): -2637362 or 13550039. OLE color: 13550039.
HSL color Cylindrical-coordinate representation of color #D7C1CE: hue angle of 324.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7C1CE is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 206 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 324.55º | 0.22% | 0.8% | - |
| HSV(B) | 324.55º | 0.1% | 0.84% | - |
| XYZ | 58.23 | 57.04 | 66.33 | - |
| YUV | 201.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 206 | 0 | 0.10 | 0.04 | 0.16 | 324.55 | 0.22 | 0.8 |
| Hex | D7 | C1 | CE | 0 | A | 4 | 10 | 145 | 16 | 50 |
| Octal | 327 | 301 | 316 | 0 | 12 | 4 | 20 | 505 | 26 | 120 |
| Binary | 11010111 | 11000001 | 11001110 | 0 | 1010 | 100 | 10000 | 101000101 | 10110 | 1010000 |
Color Harmonies of #D7C1CE
Complementary color
Monochromatic Colors of #D7C1CE
Black with #D7C1CE
Text Example
Text Example
White with #D7C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C1CE; }
p { color: rgb(215,193,206); }
H1.HeaderClassName
{
color: #D7C1CE;
}
.AnyTagClassName
{
color: #D7C1CE;
}
</style>
background-color css
<style>
a { background-color: #D7C1CE; }
a { background-color: rgb(215,193,206); }
div.DivClassName
{
background-color: #D7C1CE;
}
.BgClassName
{
background-color: #D7C1CE;
}
</style>
border-color css
<style>
span { border-color: #D7C1CE; }
span { border-color: rgb(215,193,206); }
td.TdClassName
{
border-color: #D7C1CE;
}
.TagClassName
{
border-color: #D7C1CE;
}
</style>