Shades of Prim #E3CBD2
Tints of Prim #E3CBD2
RGB
CMYK
RGB Variations
Color information
#E3CBD2 (or 0xE3CBD2) is known color: Prim. HEX triplet: E3, CB and D2. RGB value is (227,203,210). Sum of RGB (Red+Green+Blue) = 227+203+210=640 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.47% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD2 is #1C342D. Grayscale: #D2D2D2. Windows color (decimal): -1848366 or 13814755. OLE color: 13814755.
HSL color Cylindrical-coordinate representation of color #E3CBD2: hue angle of 342.5º degrees, saturation: 0.3, 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 #E3CBD2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 210 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.11 |
| HSL | 342.5º | 0.3% | 0.84% | - |
| HSV(B) | 342.5º | 0.11% | 0.89% | - |
| XYZ | 64.67 | 63.7 | 69.86 | - |
| YUV | 210.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 210 | 0 | 0.11 | 0.07 | 0.11 | 342.5 | 0.3 | 0.84 |
| Hex | E3 | CB | D2 | 0 | B | 7 | B | 156 | 1E | 54 |
| Octal | 343 | 313 | 322 | 0 | 13 | 7 | 13 | 526 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11010010 | 0 | 1011 | 111 | 1011 | 101010110 | 11110 | 1010100 |
Color Harmonies of #E3CBD2
Complementary color
Monochromatic Colors of #E3CBD2
Black with #E3CBD2
Text Example
Text Example
White with #E3CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBD2; }
p { color: rgb(227,203,210); }
H1.HeaderClassName
{
color: #E3CBD2;
}
.AnyTagClassName
{
color: #E3CBD2;
}
</style>
background-color css
<style>
a { background-color: #E3CBD2; }
a { background-color: rgb(227,203,210); }
div.DivClassName
{
background-color: #E3CBD2;
}
.BgClassName
{
background-color: #E3CBD2;
}
</style>
border-color css
<style>
span { border-color: #E3CBD2; }
span { border-color: rgb(227,203,210); }
td.TdClassName
{
border-color: #E3CBD2;
}
.TagClassName
{
border-color: #E3CBD2;
}
</style>