Shades of Twilight #D1C8CE
Tints of Twilight #D1C8CE
RGB
CMYK
RGB Variations
Color information
#D1C8CE (or 0xD1C8CE) is known color: Twilight. HEX triplet: D1, C8 and CE. RGB value is (209,200,206). Sum of RGB (Red+Green+Blue) = 209+200+206=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8CE is #2E3731. Grayscale: #CBCBCB. Windows color (decimal): -3028786 or 13551825. OLE color: 13551825.
HSL color Cylindrical-coordinate representation of color #D1C8CE: hue angle of 320º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1C8CE is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 206 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.18 |
| HSL | 320º | 0.09% | 0.8% | - |
| HSV(B) | 320º | 0.04% | 0.82% | - |
| XYZ | 58.09 | 59.32 | 66.78 | - |
| YUV | 203.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 206 | 0 | 0.04 | 0.01 | 0.18 | 320 | 0.09 | 0.8 |
| Hex | D1 | C8 | CE | 0 | 4 | 1 | 12 | 140 | 9 | 50 |
| Octal | 321 | 310 | 316 | 0 | 4 | 1 | 22 | 500 | 11 | 120 |
| Binary | 11010001 | 11001000 | 11001110 | 0 | 100 | 1 | 10010 | 101000000 | 1001 | 1010000 |
Color Harmonies of #D1C8CE
Complementary color
Monochromatic Colors of #D1C8CE
Black with #D1C8CE
Text Example
Text Example
White with #D1C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8CE; }
p { color: rgb(209,200,206); }
H1.HeaderClassName
{
color: #D1C8CE;
}
.AnyTagClassName
{
color: #D1C8CE;
}
</style>
background-color css
<style>
a { background-color: #D1C8CE; }
a { background-color: rgb(209,200,206); }
div.DivClassName
{
background-color: #D1C8CE;
}
.BgClassName
{
background-color: #D1C8CE;
}
</style>
border-color css
<style>
span { border-color: #D1C8CE; }
span { border-color: rgb(209,200,206); }
td.TdClassName
{
border-color: #D1C8CE;
}
.TagClassName
{
border-color: #D1C8CE;
}
</style>