Shades of Twilight #D3C5CE
Tints of Twilight #D3C5CE
RGB
CMYK
RGB Variations
Color information
#D3C5CE (or 0xD3C5CE) is known color: Twilight. HEX triplet: D3, C5 and CE. RGB value is (211,197,206). Sum of RGB (Red+Green+Blue) = 211+197+206=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5CE is #2C3A31. Grayscale: #CACACA. Windows color (decimal): -2898482 or 13551059. OLE color: 13551059.
HSL color Cylindrical-coordinate representation of color #D3C5CE: hue angle of 321.43º 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 #D3C5CE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 197 | 206 | - |
CMYK | 0 | 0.07 | 0.02 | 0.17 |
HSL | 321.43º | 0.14% | 0.8% | - |
HSV(B) | 321.43º | 0.07% | 0.83% | - |
XYZ | 57.97 | 58.24 | 66.58 | - |
YUV | 202.21 | 130.14 | 134.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 197 | 206 | 0 | 0.07 | 0.02 | 0.17 | 321.43 | 0.14 | 0.8 |
Hex | D3 | C5 | CE | 0 | 7 | 2 | 11 | 141 | E | 50 |
Octal | 323 | 305 | 316 | 0 | 7 | 2 | 21 | 501 | 16 | 120 |
Binary | 11010011 | 11000101 | 11001110 | 0 | 111 | 10 | 10001 | 101000001 | 1110 | 1010000 |
Color Harmonies of #D3C5CE
Complementary color
Monochromatic Colors of #D3C5CE
Black with #D3C5CE
Text Example
Text Example
White with #D3C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5CE; }
p { color: rgb(211,197,206); }
H1.HeaderClassName
{
color: #D3C5CE;
}
.AnyTagClassName
{
color: #D3C5CE;
}
</style>
background-color css
<style>
a { background-color: #D3C5CE; }
a { background-color: rgb(211,197,206); }
div.DivClassName
{
background-color: #D3C5CE;
}
.BgClassName
{
background-color: #D3C5CE;
}
</style>
border-color css
<style>
span { border-color: #D3C5CE; }
span { border-color: rgb(211,197,206); }
td.TdClassName
{
border-color: #D3C5CE;
}
.TagClassName
{
border-color: #D3C5CE;
}
</style>