Shades of Prim #E9CDD6
Tints of Prim #E9CDD6
RGB
CMYK
RGB Variations
Color information
#E9CDD6 (or 0xE9CDD6) is known color: Prim. HEX triplet: E9, CD and D6. RGB value is (233,205,214). Sum of RGB (Red+Green+Blue) = 233+205+214=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD6 is #163229. Grayscale: #D6D6D6. Windows color (decimal): -1454634 or 14077417. OLE color: 14077417.
HSL color Cylindrical-coordinate representation of color #E9CDD6: hue angle of 340.71º 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 #E9CDD6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 214 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.09 |
| HSL | 340.71º | 0.39% | 0.86% | - |
| HSV(B) | 340.71º | 0.12% | 0.91% | - |
| XYZ | 67.57 | 65.84 | 72.77 | - |
| YUV | 214.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 214 | 0 | 0.12 | 0.08 | 0.09 | 340.71 | 0.39 | 0.86 |
| Hex | E9 | CD | D6 | 0 | C | 8 | 9 | 155 | 27 | 56 |
| Octal | 351 | 315 | 326 | 0 | 14 | 10 | 11 | 525 | 47 | 126 |
| Binary | 11101001 | 11001101 | 11010110 | 0 | 1100 | 1000 | 1001 | 101010101 | 100111 | 1010110 |
Color Harmonies of #E9CDD6
Complementary color
Monochromatic Colors of #E9CDD6
Black with #E9CDD6
Text Example
Text Example
White with #E9CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDD6; }
p { color: rgb(233,205,214); }
H1.HeaderClassName
{
color: #E9CDD6;
}
.AnyTagClassName
{
color: #E9CDD6;
}
</style>
background-color css
<style>
a { background-color: #E9CDD6; }
a { background-color: rgb(233,205,214); }
div.DivClassName
{
background-color: #E9CDD6;
}
.BgClassName
{
background-color: #E9CDD6;
}
</style>
border-color css
<style>
span { border-color: #E9CDD6; }
span { border-color: rgb(233,205,214); }
td.TdClassName
{
border-color: #E9CDD6;
}
.TagClassName
{
border-color: #E9CDD6;
}
</style>