Shades of Prim #E9C8D4
Tints of Prim #E9C8D4
RGB
CMYK
RGB Variations
Color information
#E9C8D4 (or 0xE9C8D4) is known color: Prim. HEX triplet: E9, C8 and D4. RGB value is (233,200,212). Sum of RGB (Red+Green+Blue) = 233+200+212=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8D4 is #16372B. Grayscale: #D3D3D3. Windows color (decimal): -1455916 or 13945065. OLE color: 13945065.
HSL color Cylindrical-coordinate representation of color #E9C8D4: hue angle of 338.18º degrees, saturation: 0.43, 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 #E9C8D4 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 212 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.09 |
| HSL | 338.18º | 0.43% | 0.85% | - |
| HSV(B) | 338.18º | 0.14% | 0.91% | - |
| XYZ | 66.14 | 63.39 | 71.04 | - |
| YUV | 211.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 212 | 0 | 0.14 | 0.09 | 0.09 | 338.18 | 0.43 | 0.85 |
| Hex | E9 | C8 | D4 | 0 | E | 9 | 9 | 152 | 2B | 55 |
| Octal | 351 | 310 | 324 | 0 | 16 | 11 | 11 | 522 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11010100 | 0 | 1110 | 1001 | 1001 | 101010010 | 101011 | 1010101 |
Color Harmonies of #E9C8D4
Complementary color
Monochromatic Colors of #E9C8D4
Black with #E9C8D4
Text Example
Text Example
White with #E9C8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8D4; }
p { color: rgb(233,200,212); }
H1.HeaderClassName
{
color: #E9C8D4;
}
.AnyTagClassName
{
color: #E9C8D4;
}
</style>
background-color css
<style>
a { background-color: #E9C8D4; }
a { background-color: rgb(233,200,212); }
div.DivClassName
{
background-color: #E9C8D4;
}
.BgClassName
{
background-color: #E9C8D4;
}
</style>
border-color css
<style>
span { border-color: #E9C8D4; }
span { border-color: rgb(233,200,212); }
td.TdClassName
{
border-color: #E9C8D4;
}
.TagClassName
{
border-color: #E9C8D4;
}
</style>