Shades of Twilight #D2C8CD
Tints of Twilight #D2C8CD
RGB
CMYK
RGB Variations
Color information
#D2C8CD (or 0xD2C8CD) is known color: Twilight. HEX triplet: D2, C8 and CD. RGB value is (210,200,205). Sum of RGB (Red+Green+Blue) = 210+200+205=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8CD is #2D3732. Grayscale: #CBCBCB. Windows color (decimal): -2963251 or 13486290. OLE color: 13486290.
HSL color Cylindrical-coordinate representation of color #D2C8CD: hue angle of 330º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2C8CD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 205 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.18 |
| HSL | 330º | 0.1% | 0.8% | - |
| HSV(B) | 330º | 0.05% | 0.82% | - |
| XYZ | 58.25 | 59.42 | 66.16 | - |
| YUV | 203.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 205 | 0 | 0.05 | 0.02 | 0.18 | 330 | 0.1 | 0.8 |
| Hex | D2 | C8 | CD | 0 | 5 | 2 | 12 | 14A | A | 50 |
| Octal | 322 | 310 | 315 | 0 | 5 | 2 | 22 | 512 | 12 | 120 |
| Binary | 11010010 | 11001000 | 11001101 | 0 | 101 | 10 | 10010 | 101001010 | 1010 | 1010000 |
Color Harmonies of #D2C8CD
Complementary color
Monochromatic Colors of #D2C8CD
Black with #D2C8CD
Text Example
Text Example
White with #D2C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8CD; }
p { color: rgb(210,200,205); }
H1.HeaderClassName
{
color: #D2C8CD;
}
.AnyTagClassName
{
color: #D2C8CD;
}
</style>
background-color css
<style>
a { background-color: #D2C8CD; }
a { background-color: rgb(210,200,205); }
div.DivClassName
{
background-color: #D2C8CD;
}
.BgClassName
{
background-color: #D2C8CD;
}
</style>
border-color css
<style>
span { border-color: #D2C8CD; }
span { border-color: rgb(210,200,205); }
td.TdClassName
{
border-color: #D2C8CD;
}
.TagClassName
{
border-color: #D2C8CD;
}
</style>