Shades of Prim #E3CAD1
Tints of Prim #E3CAD1
RGB
CMYK
RGB Variations
Color information
#E3CAD1 (or 0xE3CAD1) is known color: Prim. HEX triplet: E3, CA and D1. RGB value is (227,202,209). Sum of RGB (Red+Green+Blue) = 227+202+209=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAD1 is #1C352E. Grayscale: #D2D2D2. Windows color (decimal): -1848623 or 13748963. OLE color: 13748963.
HSL color Cylindrical-coordinate representation of color #E3CAD1: hue angle of 343.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CAD1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 209 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.11 |
| HSL | 343.2º | 0.31% | 0.84% | - |
| HSV(B) | 343.2º | 0.11% | 0.89% | - |
| XYZ | 64.31 | 63.18 | 69.13 | - |
| YUV | 210.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 209 | 0 | 0.11 | 0.08 | 0.11 | 343.2 | 0.31 | 0.84 |
| Hex | E3 | CA | D1 | 0 | B | 8 | B | 157 | 1F | 54 |
| Octal | 343 | 312 | 321 | 0 | 13 | 10 | 13 | 527 | 37 | 124 |
| Binary | 11100011 | 11001010 | 11010001 | 0 | 1011 | 1000 | 1011 | 101010111 | 11111 | 1010100 |
Color Harmonies of #E3CAD1
Complementary color
Monochromatic Colors of #E3CAD1
Black with #E3CAD1
Text Example
Text Example
White with #E3CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAD1; }
p { color: rgb(227,202,209); }
H1.HeaderClassName
{
color: #E3CAD1;
}
.AnyTagClassName
{
color: #E3CAD1;
}
</style>
background-color css
<style>
a { background-color: #E3CAD1; }
a { background-color: rgb(227,202,209); }
div.DivClassName
{
background-color: #E3CAD1;
}
.BgClassName
{
background-color: #E3CAD1;
}
</style>
border-color css
<style>
span { border-color: #E3CAD1; }
span { border-color: rgb(227,202,209); }
td.TdClassName
{
border-color: #E3CAD1;
}
.TagClassName
{
border-color: #E3CAD1;
}
</style>