Shades of Twilight #D3C2CE
Tints of Twilight #D3C2CE
RGB
CMYK
RGB Variations
Color information
#D3C2CE (or 0xD3C2CE) is known color: Twilight. HEX triplet: D3, C2 and CE. RGB value is (211,194,206). Sum of RGB (Red+Green+Blue) = 211+194+206=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2CE is #2C3D31. Grayscale: #C8C8C8. Windows color (decimal): -2899250 or 13550291. OLE color: 13550291.
HSL color Cylindrical-coordinate representation of color #D3C2CE: hue angle of 317.65º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3C2CE is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 206 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.17 |
| HSL | 317.65º | 0.16% | 0.79% | - |
| HSV(B) | 317.65º | 0.08% | 0.83% | - |
| XYZ | 57.3 | 56.89 | 66.35 | - |
| YUV | 200.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 206 | 0 | 0.08 | 0.02 | 0.17 | 317.65 | 0.16 | 0.79 |
| Hex | D3 | C2 | CE | 0 | 8 | 2 | 11 | 13E | 10 | 4F |
| Octal | 323 | 302 | 316 | 0 | 10 | 2 | 21 | 476 | 20 | 117 |
| Binary | 11010011 | 11000010 | 11001110 | 0 | 1000 | 10 | 10001 | 100111110 | 10000 | 1001111 |
Color Harmonies of #D3C2CE
Complementary color
Monochromatic Colors of #D3C2CE
Black with #D3C2CE
Text Example
Text Example
White with #D3C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C2CE; }
p { color: rgb(211,194,206); }
H1.HeaderClassName
{
color: #D3C2CE;
}
.AnyTagClassName
{
color: #D3C2CE;
}
</style>
background-color css
<style>
a { background-color: #D3C2CE; }
a { background-color: rgb(211,194,206); }
div.DivClassName
{
background-color: #D3C2CE;
}
.BgClassName
{
background-color: #D3C2CE;
}
</style>
border-color css
<style>
span { border-color: #D3C2CE; }
span { border-color: rgb(211,194,206); }
td.TdClassName
{
border-color: #D3C2CE;
}
.TagClassName
{
border-color: #D3C2CE;
}
</style>