Shades of Twilight #D7C5CB
Tints of Twilight #D7C5CB
RGB
CMYK
RGB Variations
Color information
#D7C5CB (or 0xD7C5CB) is known color: Twilight. HEX triplet: D7, C5 and CB. RGB value is (215,197,203). Sum of RGB (Red+Green+Blue) = 215+197+203=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C5CB is #283A34. Grayscale: #CBCBCB. Windows color (decimal): -2636341 or 13354455. OLE color: 13354455.
HSL color Cylindrical-coordinate representation of color #D7C5CB: hue angle of 340º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C5CB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 203 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.16 |
| HSL | 340º | 0.18% | 0.81% | - |
| HSV(B) | 340º | 0.08% | 0.84% | - |
| XYZ | 58.77 | 58.69 | 64.73 | - |
| YUV | 203.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 203 | 0 | 0.08 | 0.06 | 0.16 | 340 | 0.18 | 0.81 |
| Hex | D7 | C5 | CB | 0 | 8 | 6 | 10 | 154 | 12 | 51 |
| Octal | 327 | 305 | 313 | 0 | 10 | 6 | 20 | 524 | 22 | 121 |
| Binary | 11010111 | 11000101 | 11001011 | 0 | 1000 | 110 | 10000 | 101010100 | 10010 | 1010001 |
Color Harmonies of #D7C5CB
Complementary color
Monochromatic Colors of #D7C5CB
Black with #D7C5CB
Text Example
Text Example
White with #D7C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C5CB; }
p { color: rgb(215,197,203); }
H1.HeaderClassName
{
color: #D7C5CB;
}
.AnyTagClassName
{
color: #D7C5CB;
}
</style>
background-color css
<style>
a { background-color: #D7C5CB; }
a { background-color: rgb(215,197,203); }
div.DivClassName
{
background-color: #D7C5CB;
}
.BgClassName
{
background-color: #D7C5CB;
}
</style>
border-color css
<style>
span { border-color: #D7C5CB; }
span { border-color: rgb(215,197,203); }
td.TdClassName
{
border-color: #D7C5CB;
}
.TagClassName
{
border-color: #D7C5CB;
}
</style>