Shades of Twilight #D2C5CA
Tints of Twilight #D2C5CA
RGB
CMYK
RGB Variations
Color information
#D2C5CA (or 0xD2C5CA) is known color: Twilight. HEX triplet: D2, C5 and CA. RGB value is (210,197,202). Sum of RGB (Red+Green+Blue) = 210+197+202=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5CA is #2D3A35. Grayscale: #C9C9C9. Windows color (decimal): -2964022 or 13288914. OLE color: 13288914.
HSL color Cylindrical-coordinate representation of color #D2C5CA: hue angle of 336.92º degrees, saturation: 0.13, 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 #D2C5CA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 202 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.18 |
| HSL | 336.92º | 0.13% | 0.8% | - |
| HSV(B) | 336.92º | 0.06% | 0.82% | - |
| XYZ | 57.21 | 57.9 | 64.04 | - |
| YUV | 201.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 202 | 0 | 0.06 | 0.04 | 0.18 | 336.92 | 0.13 | 0.8 |
| Hex | D2 | C5 | CA | 0 | 6 | 4 | 12 | 151 | D | 50 |
| Octal | 322 | 305 | 312 | 0 | 6 | 4 | 22 | 521 | 15 | 120 |
| Binary | 11010010 | 11000101 | 11001010 | 0 | 110 | 100 | 10010 | 101010001 | 1101 | 1010000 |
Color Harmonies of #D2C5CA
Complementary color
Monochromatic Colors of #D2C5CA
Black with #D2C5CA
Text Example
Text Example
White with #D2C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5CA; }
p { color: rgb(210,197,202); }
H1.HeaderClassName
{
color: #D2C5CA;
}
.AnyTagClassName
{
color: #D2C5CA;
}
</style>
background-color css
<style>
a { background-color: #D2C5CA; }
a { background-color: rgb(210,197,202); }
div.DivClassName
{
background-color: #D2C5CA;
}
.BgClassName
{
background-color: #D2C5CA;
}
</style>
border-color css
<style>
span { border-color: #D2C5CA; }
span { border-color: rgb(210,197,202); }
td.TdClassName
{
border-color: #D2C5CA;
}
.TagClassName
{
border-color: #D2C5CA;
}
</style>