Shades of Prim #E3CBD4
Tints of Prim #E3CBD4
RGB
CMYK
RGB Variations
Color information
#E3CBD4 (or 0xE3CBD4) is known color: Prim. HEX triplet: E3, CB and D4. RGB value is (227,203,212). Sum of RGB (Red+Green+Blue) = 227+203+212=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD4 is #1C342B. Grayscale: #D3D3D3. Windows color (decimal): -1848364 or 13945827. OLE color: 13945827.
HSL color Cylindrical-coordinate representation of color #E3CBD4: hue angle of 337.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 #E3CBD4 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 212 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.11 |
| HSL | 337.5º | 0.3% | 0.84% | - |
| HSV(B) | 337.5º | 0.11% | 0.89% | - |
| XYZ | 64.92 | 63.8 | 71.18 | - |
| YUV | 211.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 212 | 0 | 0.11 | 0.07 | 0.11 | 337.5 | 0.3 | 0.84 |
| Hex | E3 | CB | D4 | 0 | B | 7 | B | 152 | 1E | 54 |
| Octal | 343 | 313 | 324 | 0 | 13 | 7 | 13 | 522 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11010100 | 0 | 1011 | 111 | 1011 | 101010010 | 11110 | 1010100 |
Color Harmonies of #E3CBD4
Complementary color
Monochromatic Colors of #E3CBD4
Black with #E3CBD4
Text Example
Text Example
White with #E3CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBD4; }
p { color: rgb(227,203,212); }
H1.HeaderClassName
{
color: #E3CBD4;
}
.AnyTagClassName
{
color: #E3CBD4;
}
</style>
background-color css
<style>
a { background-color: #E3CBD4; }
a { background-color: rgb(227,203,212); }
div.DivClassName
{
background-color: #E3CBD4;
}
.BgClassName
{
background-color: #E3CBD4;
}
</style>
border-color css
<style>
span { border-color: #E3CBD4; }
span { border-color: rgb(227,203,212); }
td.TdClassName
{
border-color: #E3CBD4;
}
.TagClassName
{
border-color: #E3CBD4;
}
</style>