Shades of Prim #E3CBD7
Tints of Prim #E3CBD7
RGB
CMYK
RGB Variations
Color information
#E3CBD7 (or 0xE3CBD7) is known color: Prim. HEX triplet: E3, CB and D7. RGB value is (227,203,215). Sum of RGB (Red+Green+Blue) = 227+203+215=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD7 is #1C3428. Grayscale: #D3D3D3. Windows color (decimal): -1848361 or 14142435. OLE color: 14142435.
HSL color Cylindrical-coordinate representation of color #E3CBD7: hue angle of 330º 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 #E3CBD7 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 215 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.11 |
| HSL | 330º | 0.3% | 0.84% | - |
| HSV(B) | 330º | 0.11% | 0.89% | - |
| XYZ | 65.3 | 63.95 | 73.19 | - |
| YUV | 211.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 215 | 0 | 0.11 | 0.05 | 0.11 | 330 | 0.3 | 0.84 |
| Hex | E3 | CB | D7 | 0 | B | 5 | B | 14A | 1E | 54 |
| Octal | 343 | 313 | 327 | 0 | 13 | 5 | 13 | 512 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11010111 | 0 | 1011 | 101 | 1011 | 101001010 | 11110 | 1010100 |
Color Harmonies of #E3CBD7
Complementary color
Monochromatic Colors of #E3CBD7
Black with #E3CBD7
Text Example
Text Example
White with #E3CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBD7; }
p { color: rgb(227,203,215); }
H1.HeaderClassName
{
color: #E3CBD7;
}
.AnyTagClassName
{
color: #E3CBD7;
}
</style>
background-color css
<style>
a { background-color: #E3CBD7; }
a { background-color: rgb(227,203,215); }
div.DivClassName
{
background-color: #E3CBD7;
}
.BgClassName
{
background-color: #E3CBD7;
}
</style>
border-color css
<style>
span { border-color: #E3CBD7; }
span { border-color: rgb(227,203,215); }
td.TdClassName
{
border-color: #E3CBD7;
}
.TagClassName
{
border-color: #E3CBD7;
}
</style>