Shades of Twilight #D4C8CC
Tints of Twilight #D4C8CC
RGB
CMYK
RGB Variations
Color information
#D4C8CC (or 0xD4C8CC) is known color: Twilight. HEX triplet: D4, C8 and CC. RGB value is (212,200,204). Sum of RGB (Red+Green+Blue) = 212+200+204=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8CC is #2B3733. Grayscale: #CCCCCC. Windows color (decimal): -2832180 or 13420756. OLE color: 13420756.
HSL color Cylindrical-coordinate representation of color #D4C8CC: hue angle of 340º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4C8CC is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 204 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.17 |
| HSL | 340º | 0.12% | 0.81% | - |
| HSV(B) | 340º | 0.06% | 0.83% | - |
| XYZ | 58.7 | 59.67 | 65.55 | - |
| YUV | 204.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 204 | 0 | 0.06 | 0.04 | 0.17 | 340 | 0.12 | 0.81 |
| Hex | D4 | C8 | CC | 0 | 6 | 4 | 11 | 154 | C | 51 |
| Octal | 324 | 310 | 314 | 0 | 6 | 4 | 21 | 524 | 14 | 121 |
| Binary | 11010100 | 11001000 | 11001100 | 0 | 110 | 100 | 10001 | 101010100 | 1100 | 1010001 |
Color Harmonies of #D4C8CC
Complementary color
Monochromatic Colors of #D4C8CC
Black with #D4C8CC
Text Example
Text Example
White with #D4C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8CC; }
p { color: rgb(212,200,204); }
H1.HeaderClassName
{
color: #D4C8CC;
}
.AnyTagClassName
{
color: #D4C8CC;
}
</style>
background-color css
<style>
a { background-color: #D4C8CC; }
a { background-color: rgb(212,200,204); }
div.DivClassName
{
background-color: #D4C8CC;
}
.BgClassName
{
background-color: #D4C8CC;
}
</style>
border-color css
<style>
span { border-color: #D4C8CC; }
span { border-color: rgb(212,200,204); }
td.TdClassName
{
border-color: #D4C8CC;
}
.TagClassName
{
border-color: #D4C8CC;
}
</style>