Shades of Twilight #D5C0CC
Tints of Twilight #D5C0CC
RGB
CMYK
RGB Variations
Color information
#D5C0CC (or 0xD5C0CC) is known color: Twilight. HEX triplet: D5, C0 and CC. RGB value is (213,192,204). Sum of RGB (Red+Green+Blue) = 213+192+204=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CC is #2A3F33. Grayscale: #C7C7C7. Windows color (decimal): -2768692 or 13418709. OLE color: 13418709.
HSL color Cylindrical-coordinate representation of color #D5C0CC: hue angle of 325.71º 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 #D5C0CC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 204 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 325.71º | 0.2% | 0.79% | - |
| HSV(B) | 325.71º | 0.1% | 0.84% | - |
| XYZ | 57.19 | 56.21 | 64.96 | - |
| YUV | 199.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 204 | 0 | 0.10 | 0.04 | 0.16 | 325.71 | 0.2 | 0.79 |
| Hex | D5 | C0 | CC | 0 | A | 4 | 10 | 146 | 14 | 4F |
| Octal | 325 | 300 | 314 | 0 | 12 | 4 | 20 | 506 | 24 | 117 |
| Binary | 11010101 | 11000000 | 11001100 | 0 | 1010 | 100 | 10000 | 101000110 | 10100 | 1001111 |
Color Harmonies of #D5C0CC
Complementary color
Monochromatic Colors of #D5C0CC
Black with #D5C0CC
Text Example
Text Example
White with #D5C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0CC; }
p { color: rgb(213,192,204); }
H1.HeaderClassName
{
color: #D5C0CC;
}
.AnyTagClassName
{
color: #D5C0CC;
}
</style>
background-color css
<style>
a { background-color: #D5C0CC; }
a { background-color: rgb(213,192,204); }
div.DivClassName
{
background-color: #D5C0CC;
}
.BgClassName
{
background-color: #D5C0CC;
}
</style>
border-color css
<style>
span { border-color: #D5C0CC; }
span { border-color: rgb(213,192,204); }
td.TdClassName
{
border-color: #D5C0CC;
}
.TagClassName
{
border-color: #D5C0CC;
}
</style>