Shades of Prim #E6C5D3
Tints of Prim #E6C5D3
RGB
CMYK
RGB Variations
Color information
#E6C5D3 (or 0xE6C5D3) is known color: Prim. HEX triplet: E6, C5 and D3. RGB value is (230,197,211). Sum of RGB (Red+Green+Blue) = 230+197+211=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5D3 is #193A2C. Grayscale: #D0D0D0. Windows color (decimal): -1653293 or 13878758. OLE color: 13878758.
HSL color Cylindrical-coordinate representation of color #E6C5D3: hue angle of 334.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5D3 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 211 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.10 |
| HSL | 334.55º | 0.4% | 0.84% | - |
| HSV(B) | 334.55º | 0.14% | 0.9% | - |
| XYZ | 64.36 | 61.46 | 70.1 | - |
| YUV | 208.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 211 | 0 | 0.14 | 0.08 | 0.10 | 334.55 | 0.4 | 0.84 |
| Hex | E6 | C5 | D3 | 0 | E | 8 | A | 14F | 28 | 54 |
| Octal | 346 | 305 | 323 | 0 | 16 | 10 | 12 | 517 | 50 | 124 |
| Binary | 11100110 | 11000101 | 11010011 | 0 | 1110 | 1000 | 1010 | 101001111 | 101000 | 1010100 |
Color Harmonies of #E6C5D3
Complementary color
Monochromatic Colors of #E6C5D3
Black with #E6C5D3
Text Example
Text Example
White with #E6C5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5D3; }
p { color: rgb(230,197,211); }
H1.HeaderClassName
{
color: #E6C5D3;
}
.AnyTagClassName
{
color: #E6C5D3;
}
</style>
background-color css
<style>
a { background-color: #E6C5D3; }
a { background-color: rgb(230,197,211); }
div.DivClassName
{
background-color: #E6C5D3;
}
.BgClassName
{
background-color: #E6C5D3;
}
</style>
border-color css
<style>
span { border-color: #E6C5D3; }
span { border-color: rgb(230,197,211); }
td.TdClassName
{
border-color: #E6C5D3;
}
.TagClassName
{
border-color: #E6C5D3;
}
</style>