Shades of Prim #E9CAD5
Tints of Prim #E9CAD5
RGB
CMYK
RGB Variations
Color information
#E9CAD5 (or 0xE9CAD5) is known color: Prim. HEX triplet: E9, CA and D5. RGB value is (233,202,213). Sum of RGB (Red+Green+Blue) = 233+202+213=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAD5 is #16352A. Grayscale: #D4D4D4. Windows color (decimal): -1455403 or 14011113. OLE color: 14011113.
HSL color Cylindrical-coordinate representation of color #E9CAD5: hue angle of 338.71º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CAD5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 202 | 213 | - |
CMYK | 0 | 0.13 | 0.09 | 0.09 |
HSL | 338.71º | 0.41% | 0.85% | - |
HSV(B) | 338.71º | 0.13% | 0.91% | - |
XYZ | 66.74 | 64.37 | 71.86 | - |
YUV | 212.52 | 128.27 | 142.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 202 | 213 | 0 | 0.13 | 0.09 | 0.09 | 338.71 | 0.41 | 0.85 |
Hex | E9 | CA | D5 | 0 | D | 9 | 9 | 153 | 29 | 55 |
Octal | 351 | 312 | 325 | 0 | 15 | 11 | 11 | 523 | 51 | 125 |
Binary | 11101001 | 11001010 | 11010101 | 0 | 1101 | 1001 | 1001 | 101010011 | 101001 | 1010101 |
Color Harmonies of #E9CAD5
Complementary color
Monochromatic Colors of #E9CAD5
Black with #E9CAD5
Text Example
Text Example
White with #E9CAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAD5; }
p { color: rgb(233,202,213); }
H1.HeaderClassName
{
color: #E9CAD5;
}
.AnyTagClassName
{
color: #E9CAD5;
}
</style>
background-color css
<style>
a { background-color: #E9CAD5; }
a { background-color: rgb(233,202,213); }
div.DivClassName
{
background-color: #E9CAD5;
}
.BgClassName
{
background-color: #E9CAD5;
}
</style>
border-color css
<style>
span { border-color: #E9CAD5; }
span { border-color: rgb(233,202,213); }
td.TdClassName
{
border-color: #E9CAD5;
}
.TagClassName
{
border-color: #E9CAD5;
}
</style>