Shades of Twilight #D5C1CC
Tints of Twilight #D5C1CC
RGB
CMYK
RGB Variations
Color information
#D5C1CC (or 0xD5C1CC) is known color: Twilight. HEX triplet: D5, C1 and CC. RGB value is (213,193,204). Sum of RGB (Red+Green+Blue) = 213+193+204=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1CC is #2A3E33. Grayscale: #C8C8C8. Windows color (decimal): -2768436 or 13418965. OLE color: 13418965.
HSL color Cylindrical-coordinate representation of color #D5C1CC: hue angle of 327º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5C1CC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 204 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.16 |
| HSL | 327º | 0.19% | 0.8% | - |
| HSV(B) | 327º | 0.09% | 0.84% | - |
| XYZ | 57.41 | 56.65 | 65.03 | - |
| YUV | 200.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 204 | 0 | 0.09 | 0.04 | 0.16 | 327 | 0.19 | 0.8 |
| Hex | D5 | C1 | CC | 0 | 9 | 4 | 10 | 147 | 13 | 50 |
| Octal | 325 | 301 | 314 | 0 | 11 | 4 | 20 | 507 | 23 | 120 |
| Binary | 11010101 | 11000001 | 11001100 | 0 | 1001 | 100 | 10000 | 101000111 | 10011 | 1010000 |
Color Harmonies of #D5C1CC
Complementary color
Monochromatic Colors of #D5C1CC
Black with #D5C1CC
Text Example
Text Example
White with #D5C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1CC; }
p { color: rgb(213,193,204); }
H1.HeaderClassName
{
color: #D5C1CC;
}
.AnyTagClassName
{
color: #D5C1CC;
}
</style>
background-color css
<style>
a { background-color: #D5C1CC; }
a { background-color: rgb(213,193,204); }
div.DivClassName
{
background-color: #D5C1CC;
}
.BgClassName
{
background-color: #D5C1CC;
}
</style>
border-color css
<style>
span { border-color: #D5C1CC; }
span { border-color: rgb(213,193,204); }
td.TdClassName
{
border-color: #D5C1CC;
}
.TagClassName
{
border-color: #D5C1CC;
}
</style>