Shades of Twilight #D2C6CD
Tints of Twilight #D2C6CD
RGB
CMYK
RGB Variations
Color information
#D2C6CD (or 0xD2C6CD) is known color: Twilight. HEX triplet: D2, C6 and CD. RGB value is (210,198,205). Sum of RGB (Red+Green+Blue) = 210+198+205=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C6CD is #2D3932. Grayscale: #CACACA. Windows color (decimal): -2963763 or 13485778. OLE color: 13485778.
HSL color Cylindrical-coordinate representation of color #D2C6CD: hue angle of 325º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2C6CD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 205 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.18 |
| HSL | 325º | 0.12% | 0.8% | - |
| HSV(B) | 325º | 0.06% | 0.82% | - |
| XYZ | 57.79 | 58.5 | 66 | - |
| YUV | 202.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 205 | 0 | 0.06 | 0.02 | 0.18 | 325 | 0.12 | 0.8 |
| Hex | D2 | C6 | CD | 0 | 6 | 2 | 12 | 145 | C | 50 |
| Octal | 322 | 306 | 315 | 0 | 6 | 2 | 22 | 505 | 14 | 120 |
| Binary | 11010010 | 11000110 | 11001101 | 0 | 110 | 10 | 10010 | 101000101 | 1100 | 1010000 |
Color Harmonies of #D2C6CD
Complementary color
Monochromatic Colors of #D2C6CD
Black with #D2C6CD
Text Example
Text Example
White with #D2C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6CD; }
p { color: rgb(210,198,205); }
H1.HeaderClassName
{
color: #D2C6CD;
}
.AnyTagClassName
{
color: #D2C6CD;
}
</style>
background-color css
<style>
a { background-color: #D2C6CD; }
a { background-color: rgb(210,198,205); }
div.DivClassName
{
background-color: #D2C6CD;
}
.BgClassName
{
background-color: #D2C6CD;
}
</style>
border-color css
<style>
span { border-color: #D2C6CD; }
span { border-color: rgb(210,198,205); }
td.TdClassName
{
border-color: #D2C6CD;
}
.TagClassName
{
border-color: #D2C6CD;
}
</style>