Shades of Twilight #D7C2CA
Tints of Twilight #D7C2CA
RGB
CMYK
RGB Variations
Color information
#D7C2CA (or 0xD7C2CA) is known color: Twilight. HEX triplet: D7, C2 and CA. RGB value is (215,194,202). Sum of RGB (Red+Green+Blue) = 215+194+202=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2CA is #283D35. Grayscale: #C9C9C9. Windows color (decimal): -2637110 or 13288151. OLE color: 13288151.
HSL color Cylindrical-coordinate representation of color #D7C2CA: hue angle of 337.14º degrees, saturation: 0.21, 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 #D7C2CA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 202 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.16 |
| HSL | 337.14º | 0.21% | 0.8% | - |
| HSV(B) | 337.14º | 0.1% | 0.84% | - |
| XYZ | 57.98 | 57.29 | 63.88 | - |
| YUV | 201.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 202 | 0 | 0.10 | 0.06 | 0.16 | 337.14 | 0.21 | 0.8 |
| Hex | D7 | C2 | CA | 0 | A | 6 | 10 | 151 | 15 | 50 |
| Octal | 327 | 302 | 312 | 0 | 12 | 6 | 20 | 521 | 25 | 120 |
| Binary | 11010111 | 11000010 | 11001010 | 0 | 1010 | 110 | 10000 | 101010001 | 10101 | 1010000 |
Color Harmonies of #D7C2CA
Complementary color
Monochromatic Colors of #D7C2CA
Black with #D7C2CA
Text Example
Text Example
White with #D7C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2CA; }
p { color: rgb(215,194,202); }
H1.HeaderClassName
{
color: #D7C2CA;
}
.AnyTagClassName
{
color: #D7C2CA;
}
</style>
background-color css
<style>
a { background-color: #D7C2CA; }
a { background-color: rgb(215,194,202); }
div.DivClassName
{
background-color: #D7C2CA;
}
.BgClassName
{
background-color: #D7C2CA;
}
</style>
border-color css
<style>
span { border-color: #D7C2CA; }
span { border-color: rgb(215,194,202); }
td.TdClassName
{
border-color: #D7C2CA;
}
.TagClassName
{
border-color: #D7C2CA;
}
</style>