Shades of Prim #E9CDD5
Tints of Prim #E9CDD5
RGB
CMYK
RGB Variations
Color information
#E9CDD5 (or 0xE9CDD5) is known color: Prim. HEX triplet: E9, CD and D5. RGB value is (233,205,213). Sum of RGB (Red+Green+Blue) = 233+205+213=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD5 is #16322A. Grayscale: #D6D6D6. Windows color (decimal): -1454635 or 14011881. OLE color: 14011881.
HSL color Cylindrical-coordinate representation of color #E9CDD5: hue angle of 342.86º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDD5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 213 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.09 |
| HSL | 342.86º | 0.39% | 0.86% | - |
| HSV(B) | 342.86º | 0.12% | 0.91% | - |
| XYZ | 67.45 | 65.79 | 72.09 | - |
| YUV | 214.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 213 | 0 | 0.12 | 0.09 | 0.09 | 342.86 | 0.39 | 0.86 |
| Hex | E9 | CD | D5 | 0 | C | 9 | 9 | 157 | 27 | 56 |
| Octal | 351 | 315 | 325 | 0 | 14 | 11 | 11 | 527 | 47 | 126 |
| Binary | 11101001 | 11001101 | 11010101 | 0 | 1100 | 1001 | 1001 | 101010111 | 100111 | 1010110 |
Color Harmonies of #E9CDD5
Complementary color
Monochromatic Colors of #E9CDD5
Black with #E9CDD5
Text Example
Text Example
White with #E9CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDD5; }
p { color: rgb(233,205,213); }
H1.HeaderClassName
{
color: #E9CDD5;
}
.AnyTagClassName
{
color: #E9CDD5;
}
</style>
background-color css
<style>
a { background-color: #E9CDD5; }
a { background-color: rgb(233,205,213); }
div.DivClassName
{
background-color: #E9CDD5;
}
.BgClassName
{
background-color: #E9CDD5;
}
</style>
border-color css
<style>
span { border-color: #E9CDD5; }
span { border-color: rgb(233,205,213); }
td.TdClassName
{
border-color: #E9CDD5;
}
.TagClassName
{
border-color: #E9CDD5;
}
</style>