Shades of Twilight #D8C1CC
Tints of Twilight #D8C1CC
RGB
CMYK
RGB Variations
Color information
#D8C1CC (or 0xD8C1CC) is known color: Twilight. HEX triplet: D8, C1 and CC. RGB value is (216,193,204). Sum of RGB (Red+Green+Blue) = 216+193+204=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1CC is #273E33. Grayscale: #C9C9C9. Windows color (decimal): -2571828 or 13418968. OLE color: 13418968.
HSL color Cylindrical-coordinate representation of color #D8C1CC: hue angle of 331.3º degrees, saturation: 0.23, 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 #D8C1CC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 204 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 331.3º | 0.23% | 0.8% | - |
| HSV(B) | 331.3º | 0.11% | 0.85% | - |
| XYZ | 58.29 | 57.1 | 65.08 | - |
| YUV | 201.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 204 | 0 | 0.11 | 0.06 | 0.15 | 331.3 | 0.23 | 0.8 |
| Hex | D8 | C1 | CC | 0 | B | 6 | F | 14B | 17 | 50 |
| Octal | 330 | 301 | 314 | 0 | 13 | 6 | 17 | 513 | 27 | 120 |
| Binary | 11011000 | 11000001 | 11001100 | 0 | 1011 | 110 | 1111 | 101001011 | 10111 | 1010000 |
Color Harmonies of #D8C1CC
Complementary color
Monochromatic Colors of #D8C1CC
Black with #D8C1CC
Text Example
Text Example
White with #D8C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C1CC; }
p { color: rgb(216,193,204); }
H1.HeaderClassName
{
color: #D8C1CC;
}
.AnyTagClassName
{
color: #D8C1CC;
}
</style>
background-color css
<style>
a { background-color: #D8C1CC; }
a { background-color: rgb(216,193,204); }
div.DivClassName
{
background-color: #D8C1CC;
}
.BgClassName
{
background-color: #D8C1CC;
}
</style>
border-color css
<style>
span { border-color: #D8C1CC; }
span { border-color: rgb(216,193,204); }
td.TdClassName
{
border-color: #D8C1CC;
}
.TagClassName
{
border-color: #D8C1CC;
}
</style>