Shades of Twilight #D2C3CE
Tints of Twilight #D2C3CE
RGB
CMYK
RGB Variations
Color information
#D2C3CE (or 0xD2C3CE) is known color: Twilight. HEX triplet: D2, C3 and CE. RGB value is (210,195,206). Sum of RGB (Red+Green+Blue) = 210+195+206=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C3CE is #2D3C31. Grayscale: #C8C8C8. Windows color (decimal): -2964530 or 13550546. OLE color: 13550546.
HSL color Cylindrical-coordinate representation of color #D2C3CE: hue angle of 316º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C3CE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 206 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.18 |
| HSL | 316º | 0.14% | 0.79% | - |
| HSV(B) | 316º | 0.07% | 0.82% | - |
| XYZ | 57.23 | 57.19 | 66.41 | - |
| YUV | 200.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 206 | 0 | 0.07 | 0.02 | 0.18 | 316 | 0.14 | 0.79 |
| Hex | D2 | C3 | CE | 0 | 7 | 2 | 12 | 13C | E | 4F |
| Octal | 322 | 303 | 316 | 0 | 7 | 2 | 22 | 474 | 16 | 117 |
| Binary | 11010010 | 11000011 | 11001110 | 0 | 111 | 10 | 10010 | 100111100 | 1110 | 1001111 |
Color Harmonies of #D2C3CE
Complementary color
Monochromatic Colors of #D2C3CE
Black with #D2C3CE
Text Example
Text Example
White with #D2C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C3CE; }
p { color: rgb(210,195,206); }
H1.HeaderClassName
{
color: #D2C3CE;
}
.AnyTagClassName
{
color: #D2C3CE;
}
</style>
background-color css
<style>
a { background-color: #D2C3CE; }
a { background-color: rgb(210,195,206); }
div.DivClassName
{
background-color: #D2C3CE;
}
.BgClassName
{
background-color: #D2C3CE;
}
</style>
border-color css
<style>
span { border-color: #D2C3CE; }
span { border-color: rgb(210,195,206); }
td.TdClassName
{
border-color: #D2C3CE;
}
.TagClassName
{
border-color: #D2C3CE;
}
</style>