Shades of Twilight #D7C1CB
Tints of Twilight #D7C1CB
RGB
CMYK
RGB Variations
Color information
#D7C1CB (or 0xD7C1CB) is known color: Twilight. HEX triplet: D7, C1 and CB. RGB value is (215,193,203). Sum of RGB (Red+Green+Blue) = 215+193+203=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1CB is #283E34. Grayscale: #C8C8C8. Windows color (decimal): -2637365 or 13353431. OLE color: 13353431.
HSL color Cylindrical-coordinate representation of color #D7C1CB: hue angle of 332.73º 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 #D7C1CB is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 203 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.16 |
| HSL | 332.73º | 0.22% | 0.8% | - |
| HSV(B) | 332.73º | 0.1% | 0.84% | - |
| XYZ | 57.87 | 56.9 | 64.43 | - |
| YUV | 200.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 203 | 0 | 0.10 | 0.06 | 0.16 | 332.73 | 0.22 | 0.8 |
| Hex | D7 | C1 | CB | 0 | A | 6 | 10 | 14D | 16 | 50 |
| Octal | 327 | 301 | 313 | 0 | 12 | 6 | 20 | 515 | 26 | 120 |
| Binary | 11010111 | 11000001 | 11001011 | 0 | 1010 | 110 | 10000 | 101001101 | 10110 | 1010000 |
Color Harmonies of #D7C1CB
Complementary color
Monochromatic Colors of #D7C1CB
Black with #D7C1CB
Text Example
Text Example
White with #D7C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C1CB; }
p { color: rgb(215,193,203); }
H1.HeaderClassName
{
color: #D7C1CB;
}
.AnyTagClassName
{
color: #D7C1CB;
}
</style>
background-color css
<style>
a { background-color: #D7C1CB; }
a { background-color: rgb(215,193,203); }
div.DivClassName
{
background-color: #D7C1CB;
}
.BgClassName
{
background-color: #D7C1CB;
}
</style>
border-color css
<style>
span { border-color: #D7C1CB; }
span { border-color: rgb(215,193,203); }
td.TdClassName
{
border-color: #D7C1CB;
}
.TagClassName
{
border-color: #D7C1CB;
}
</style>