Shades of Prim #E3CBD1
Tints of Prim #E3CBD1
RGB
CMYK
RGB Variations
Color information
#E3CBD1 (or 0xE3CBD1) is known color: Prim. HEX triplet: E3, CB and D1. RGB value is (227,203,209). Sum of RGB (Red+Green+Blue) = 227+203+209=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD1 is #1C342E. Grayscale: #D2D2D2. Windows color (decimal): -1848367 or 13749219. OLE color: 13749219.
HSL color Cylindrical-coordinate representation of color #E3CBD1: hue angle of 345º 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 #E3CBD1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 209 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.11 |
| HSL | 345º | 0.3% | 0.84% | - |
| HSV(B) | 345º | 0.11% | 0.89% | - |
| XYZ | 64.54 | 63.65 | 69.2 | - |
| YUV | 210.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 209 | 0 | 0.11 | 0.08 | 0.11 | 345 | 0.3 | 0.84 |
| Hex | E3 | CB | D1 | 0 | B | 8 | B | 159 | 1E | 54 |
| Octal | 343 | 313 | 321 | 0 | 13 | 10 | 13 | 531 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11010001 | 0 | 1011 | 1000 | 1011 | 101011001 | 11110 | 1010100 |
Color Harmonies of #E3CBD1
Complementary color
Monochromatic Colors of #E3CBD1
Black with #E3CBD1
Text Example
Text Example
White with #E3CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBD1; }
p { color: rgb(227,203,209); }
H1.HeaderClassName
{
color: #E3CBD1;
}
.AnyTagClassName
{
color: #E3CBD1;
}
</style>
background-color css
<style>
a { background-color: #E3CBD1; }
a { background-color: rgb(227,203,209); }
div.DivClassName
{
background-color: #E3CBD1;
}
.BgClassName
{
background-color: #E3CBD1;
}
</style>
border-color css
<style>
span { border-color: #E3CBD1; }
span { border-color: rgb(227,203,209); }
td.TdClassName
{
border-color: #E3CBD1;
}
.TagClassName
{
border-color: #E3CBD1;
}
</style>