Shades of Twilight #D8C0CC
Tints of Twilight #D8C0CC
RGB
CMYK
RGB Variations
Color information
#D8C0CC (or 0xD8C0CC) is known color: Twilight. HEX triplet: D8, C0 and CC. RGB value is (216,192,204). Sum of RGB (Red+Green+Blue) = 216+192+204=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0CC is #273F33. Grayscale: #C8C8C8. Windows color (decimal): -2572084 or 13418712. OLE color: 13418712.
HSL color Cylindrical-coordinate representation of color #D8C0CC: hue angle of 330º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C0CC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 204 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 330º | 0.24% | 0.8% | - |
| HSV(B) | 330º | 0.11% | 0.85% | - |
| XYZ | 58.07 | 56.66 | 65 | - |
| YUV | 200.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 204 | 0 | 0.11 | 0.06 | 0.15 | 330 | 0.24 | 0.8 |
| Hex | D8 | C0 | CC | 0 | B | 6 | F | 14A | 18 | 50 |
| Octal | 330 | 300 | 314 | 0 | 13 | 6 | 17 | 512 | 30 | 120 |
| Binary | 11011000 | 11000000 | 11001100 | 0 | 1011 | 110 | 1111 | 101001010 | 11000 | 1010000 |
Color Harmonies of #D8C0CC
Complementary color
Monochromatic Colors of #D8C0CC
Black with #D8C0CC
Text Example
Text Example
White with #D8C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0CC; }
p { color: rgb(216,192,204); }
H1.HeaderClassName
{
color: #D8C0CC;
}
.AnyTagClassName
{
color: #D8C0CC;
}
</style>
background-color css
<style>
a { background-color: #D8C0CC; }
a { background-color: rgb(216,192,204); }
div.DivClassName
{
background-color: #D8C0CC;
}
.BgClassName
{
background-color: #D8C0CC;
}
</style>
border-color css
<style>
span { border-color: #D8C0CC; }
span { border-color: rgb(216,192,204); }
td.TdClassName
{
border-color: #D8C0CC;
}
.TagClassName
{
border-color: #D8C0CC;
}
</style>