Shades of Prim #E3CAD2
Tints of Prim #E3CAD2
RGB
CMYK
RGB Variations
Color information
#E3CAD2 (or 0xE3CAD2) is known color: Prim. HEX triplet: E3, CA and D2. RGB value is (227,202,210). Sum of RGB (Red+Green+Blue) = 227+202+210=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAD2 is #1C352D. Grayscale: #D2D2D2. Windows color (decimal): -1848622 or 13814499. OLE color: 13814499.
HSL color Cylindrical-coordinate representation of color #E3CAD2: hue angle of 340.8º 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 #E3CAD2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 202 | 210 | - |
CMYK | 0 | 0.11 | 0.07 | 0.11 |
HSL | 340.8º | 0.31% | 0.84% | - |
HSV(B) | 340.8º | 0.11% | 0.89% | - |
XYZ | 64.43 | 63.23 | 69.78 | - |
YUV | 210.39 | 127.78 | 139.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 202 | 210 | 0 | 0.11 | 0.07 | 0.11 | 340.8 | 0.31 | 0.84 |
Hex | E3 | CA | D2 | 0 | B | 7 | B | 155 | 1F | 54 |
Octal | 343 | 312 | 322 | 0 | 13 | 7 | 13 | 525 | 37 | 124 |
Binary | 11100011 | 11001010 | 11010010 | 0 | 1011 | 111 | 1011 | 101010101 | 11111 | 1010100 |
Color Harmonies of #E3CAD2
Complementary color
Monochromatic Colors of #E3CAD2
Black with #E3CAD2
Text Example
Text Example
White with #E3CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAD2; }
p { color: rgb(227,202,210); }
H1.HeaderClassName
{
color: #E3CAD2;
}
.AnyTagClassName
{
color: #E3CAD2;
}
</style>
background-color css
<style>
a { background-color: #E3CAD2; }
a { background-color: rgb(227,202,210); }
div.DivClassName
{
background-color: #E3CAD2;
}
.BgClassName
{
background-color: #E3CAD2;
}
</style>
border-color css
<style>
span { border-color: #E3CAD2; }
span { border-color: rgb(227,202,210); }
td.TdClassName
{
border-color: #E3CAD2;
}
.TagClassName
{
border-color: #E3CAD2;
}
</style>