Shades of Twilight #D3C5CA
Tints of Twilight #D3C5CA
RGB
CMYK
RGB Variations
Color information
#D3C5CA (or 0xD3C5CA) is known color: Twilight. HEX triplet: D3, C5 and CA. RGB value is (211,197,202). Sum of RGB (Red+Green+Blue) = 211+197+202=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5CA is #2C3A35. Grayscale: #C9C9C9. Windows color (decimal): -2898486 or 13288915. OLE color: 13288915.
HSL color Cylindrical-coordinate representation of color #D3C5CA: hue angle of 338.57º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C5CA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 202 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.17 |
| HSL | 338.57º | 0.14% | 0.8% | - |
| HSV(B) | 338.57º | 0.07% | 0.83% | - |
| XYZ | 57.49 | 58.05 | 64.05 | - |
| YUV | 201.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 202 | 0 | 0.07 | 0.04 | 0.17 | 338.57 | 0.14 | 0.8 |
| Hex | D3 | C5 | CA | 0 | 7 | 4 | 11 | 153 | E | 50 |
| Octal | 323 | 305 | 312 | 0 | 7 | 4 | 21 | 523 | 16 | 120 |
| Binary | 11010011 | 11000101 | 11001010 | 0 | 111 | 100 | 10001 | 101010011 | 1110 | 1010000 |
Color Harmonies of #D3C5CA
Complementary color
Monochromatic Colors of #D3C5CA
Black with #D3C5CA
Text Example
Text Example
White with #D3C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5CA; }
p { color: rgb(211,197,202); }
H1.HeaderClassName
{
color: #D3C5CA;
}
.AnyTagClassName
{
color: #D3C5CA;
}
</style>
background-color css
<style>
a { background-color: #D3C5CA; }
a { background-color: rgb(211,197,202); }
div.DivClassName
{
background-color: #D3C5CA;
}
.BgClassName
{
background-color: #D3C5CA;
}
</style>
border-color css
<style>
span { border-color: #D3C5CA; }
span { border-color: rgb(211,197,202); }
td.TdClassName
{
border-color: #D3C5CA;
}
.TagClassName
{
border-color: #D3C5CA;
}
</style>