Shades of Twilight #D5C0CB
Tints of Twilight #D5C0CB
RGB
CMYK
RGB Variations
Color information
#D5C0CB (or 0xD5C0CB) is known color: Twilight. HEX triplet: D5, C0 and CB. RGB value is (213,192,203). Sum of RGB (Red+Green+Blue) = 213+192+203=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CB is #2A3F34. Grayscale: #C7C7C7. Windows color (decimal): -2768693 or 13353173. OLE color: 13353173.
HSL color Cylindrical-coordinate representation of color #D5C0CB: hue angle of 328.57º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C0CB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 203 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.16 |
| HSL | 328.57º | 0.2% | 0.79% | - |
| HSV(B) | 328.57º | 0.1% | 0.84% | - |
| XYZ | 57.07 | 56.16 | 64.33 | - |
| YUV | 199.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 203 | 0 | 0.10 | 0.05 | 0.16 | 328.57 | 0.2 | 0.79 |
| Hex | D5 | C0 | CB | 0 | A | 5 | 10 | 149 | 14 | 4F |
| Octal | 325 | 300 | 313 | 0 | 12 | 5 | 20 | 511 | 24 | 117 |
| Binary | 11010101 | 11000000 | 11001011 | 0 | 1010 | 101 | 10000 | 101001001 | 10100 | 1001111 |
Color Harmonies of #D5C0CB
Complementary color
Monochromatic Colors of #D5C0CB
Black with #D5C0CB
Text Example
Text Example
White with #D5C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0CB; }
p { color: rgb(213,192,203); }
H1.HeaderClassName
{
color: #D5C0CB;
}
.AnyTagClassName
{
color: #D5C0CB;
}
</style>
background-color css
<style>
a { background-color: #D5C0CB; }
a { background-color: rgb(213,192,203); }
div.DivClassName
{
background-color: #D5C0CB;
}
.BgClassName
{
background-color: #D5C0CB;
}
</style>
border-color css
<style>
span { border-color: #D5C0CB; }
span { border-color: rgb(213,192,203); }
td.TdClassName
{
border-color: #D5C0CB;
}
.TagClassName
{
border-color: #D5C0CB;
}
</style>