Shades of Prim #E1C6D2
Tints of Prim #E1C6D2
RGB
CMYK
RGB Variations
Color information
#E1C6D2 (or 0xE1C6D2) is known color: Prim. HEX triplet: E1, C6 and D2. RGB value is (225,198,210). Sum of RGB (Red+Green+Blue) = 225+198+210=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6D2 is #1E392D. Grayscale: #CFCFCF. Windows color (decimal): -1980718 or 13813473. OLE color: 13813473.
HSL color Cylindrical-coordinate representation of color #E1C6D2: hue angle of 333.33º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C6D2 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 210 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.12 |
| HSL | 333.33º | 0.31% | 0.83% | - |
| HSV(B) | 333.33º | 0.12% | 0.88% | - |
| XYZ | 62.88 | 61.05 | 69.44 | - |
| YUV | 207.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 210 | 0 | 0.12 | 0.07 | 0.12 | 333.33 | 0.31 | 0.83 |
| Hex | E1 | C6 | D2 | 0 | C | 7 | C | 14D | 1F | 53 |
| Octal | 341 | 306 | 322 | 0 | 14 | 7 | 14 | 515 | 37 | 123 |
| Binary | 11100001 | 11000110 | 11010010 | 0 | 1100 | 111 | 1100 | 101001101 | 11111 | 1010011 |
Color Harmonies of #E1C6D2
Complementary color
Monochromatic Colors of #E1C6D2
Black with #E1C6D2
Text Example
Text Example
White with #E1C6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6D2; }
p { color: rgb(225,198,210); }
H1.HeaderClassName
{
color: #E1C6D2;
}
.AnyTagClassName
{
color: #E1C6D2;
}
</style>
background-color css
<style>
a { background-color: #E1C6D2; }
a { background-color: rgb(225,198,210); }
div.DivClassName
{
background-color: #E1C6D2;
}
.BgClassName
{
background-color: #E1C6D2;
}
</style>
border-color css
<style>
span { border-color: #E1C6D2; }
span { border-color: rgb(225,198,210); }
td.TdClassName
{
border-color: #E1C6D2;
}
.TagClassName
{
border-color: #E1C6D2;
}
</style>