Shades of Prim #E1CDD3
Tints of Prim #E1CDD3
RGB
CMYK
RGB Variations
Color information
#E1CDD3 (or 0xE1CDD3) is known color: Prim. HEX triplet: E1, CD and D3. RGB value is (225,205,211). Sum of RGB (Red+Green+Blue) = 225+205+211=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD3 is #1E322C. Grayscale: #D3D3D3. Windows color (decimal): -1978925 or 13880801. OLE color: 13880801.
HSL color Cylindrical-coordinate representation of color #E1CDD3: hue angle of 342º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDD3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 211 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.12 |
| HSL | 342º | 0.25% | 0.84% | - |
| HSV(B) | 342º | 0.09% | 0.88% | - |
| XYZ | 64.64 | 64.37 | 70.65 | - |
| YUV | 211.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 211 | 0 | 0.09 | 0.06 | 0.12 | 342 | 0.25 | 0.84 |
| Hex | E1 | CD | D3 | 0 | 9 | 6 | C | 156 | 19 | 54 |
| Octal | 341 | 315 | 323 | 0 | 11 | 6 | 14 | 526 | 31 | 124 |
| Binary | 11100001 | 11001101 | 11010011 | 0 | 1001 | 110 | 1100 | 101010110 | 11001 | 1010100 |
Color Harmonies of #E1CDD3
Complementary color
Monochromatic Colors of #E1CDD3
Black with #E1CDD3
Text Example
Text Example
White with #E1CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDD3; }
p { color: rgb(225,205,211); }
H1.HeaderClassName
{
color: #E1CDD3;
}
.AnyTagClassName
{
color: #E1CDD3;
}
</style>
background-color css
<style>
a { background-color: #E1CDD3; }
a { background-color: rgb(225,205,211); }
div.DivClassName
{
background-color: #E1CDD3;
}
.BgClassName
{
background-color: #E1CDD3;
}
</style>
border-color css
<style>
span { border-color: #E1CDD3; }
span { border-color: rgb(225,205,211); }
td.TdClassName
{
border-color: #E1CDD3;
}
.TagClassName
{
border-color: #E1CDD3;
}
</style>