Shades of Prim #E9C9D3
Tints of Prim #E9C9D3
RGB
CMYK
RGB Variations
Color information
#E9C9D3 (or 0xE9C9D3) is known color: Prim. HEX triplet: E9, C9 and D3. RGB value is (233,201,211). Sum of RGB (Red+Green+Blue) = 233+201+211=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9D3 is #16362C. Grayscale: #D3D3D3. Windows color (decimal): -1455661 or 13879785. OLE color: 13879785.
HSL color Cylindrical-coordinate representation of color #E9C9D3: hue angle of 341.25º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C9D3 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 211 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.09 |
| HSL | 341.25º | 0.42% | 0.85% | - |
| HSV(B) | 341.25º | 0.14% | 0.91% | - |
| XYZ | 66.25 | 63.8 | 70.45 | - |
| YUV | 211.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 211 | 0 | 0.14 | 0.09 | 0.09 | 341.25 | 0.42 | 0.85 |
| Hex | E9 | C9 | D3 | 0 | E | 9 | 9 | 155 | 2A | 55 |
| Octal | 351 | 311 | 323 | 0 | 16 | 11 | 11 | 525 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11010011 | 0 | 1110 | 1001 | 1001 | 101010101 | 101010 | 1010101 |
Color Harmonies of #E9C9D3
Complementary color
Monochromatic Colors of #E9C9D3
Black with #E9C9D3
Text Example
Text Example
White with #E9C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9D3; }
p { color: rgb(233,201,211); }
H1.HeaderClassName
{
color: #E9C9D3;
}
.AnyTagClassName
{
color: #E9C9D3;
}
</style>
background-color css
<style>
a { background-color: #E9C9D3; }
a { background-color: rgb(233,201,211); }
div.DivClassName
{
background-color: #E9C9D3;
}
.BgClassName
{
background-color: #E9C9D3;
}
</style>
border-color css
<style>
span { border-color: #E9C9D3; }
span { border-color: rgb(233,201,211); }
td.TdClassName
{
border-color: #E9C9D3;
}
.TagClassName
{
border-color: #E9C9D3;
}
</style>