Shades of Prim #E3CAD0
Tints of Prim #E3CAD0
RGB
CMYK
RGB Variations
Color information
#E3CAD0 (or 0xE3CAD0) is known color: Prim. HEX triplet: E3, CA and D0. RGB value is (227,202,208). Sum of RGB (Red+Green+Blue) = 227+202+208=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAD0 is #1C352F. Grayscale: #D2D2D2. Windows color (decimal): -1848624 or 13683427. OLE color: 13683427.
HSL color Cylindrical-coordinate representation of color #E3CAD0: hue angle of 345.6º 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 #E3CAD0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 202 | 208 | - |
CMYK | 0 | 0.11 | 0.08 | 0.11 |
HSL | 345.6º | 0.31% | 0.84% | - |
HSV(B) | 345.6º | 0.11% | 0.89% | - |
XYZ | 64.18 | 63.13 | 68.48 | - |
YUV | 210.16 | 126.78 | 140.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 202 | 208 | 0 | 0.11 | 0.08 | 0.11 | 345.6 | 0.31 | 0.84 |
Hex | E3 | CA | D0 | 0 | B | 8 | B | 15A | 1F | 54 |
Octal | 343 | 312 | 320 | 0 | 13 | 10 | 13 | 532 | 37 | 124 |
Binary | 11100011 | 11001010 | 11010000 | 0 | 1011 | 1000 | 1011 | 101011010 | 11111 | 1010100 |
Color Harmonies of #E3CAD0
Complementary color
Monochromatic Colors of #E3CAD0
Black with #E3CAD0
Text Example
Text Example
White with #E3CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAD0; }
p { color: rgb(227,202,208); }
H1.HeaderClassName
{
color: #E3CAD0;
}
.AnyTagClassName
{
color: #E3CAD0;
}
</style>
background-color css
<style>
a { background-color: #E3CAD0; }
a { background-color: rgb(227,202,208); }
div.DivClassName
{
background-color: #E3CAD0;
}
.BgClassName
{
background-color: #E3CAD0;
}
</style>
border-color css
<style>
span { border-color: #E3CAD0; }
span { border-color: rgb(227,202,208); }
td.TdClassName
{
border-color: #E3CAD0;
}
.TagClassName
{
border-color: #E3CAD0;
}
</style>