Shades of Prim #E3CBDA
Tints of Prim #E3CBDA
RGB
CMYK
RGB Variations
Color information
#E3CBDA (or 0xE3CBDA) is known color: Prim. HEX triplet: E3, CB and DA. RGB value is (227,203,218). Sum of RGB (Red+Green+Blue) = 227+203+218=648 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.03% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBDA is #1C3425. Grayscale: #D3D3D3. Windows color (decimal): -1848358 or 14339043. OLE color: 14339043.
HSL color Cylindrical-coordinate representation of color #E3CBDA: hue angle of 322.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 #E3CBDA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 218 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.11 |
| HSL | 322.5º | 0.3% | 0.84% | - |
| HSV(B) | 322.5º | 0.11% | 0.89% | - |
| XYZ | 65.69 | 64.1 | 75.24 | - |
| YUV | 211.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 218 | 0 | 0.11 | 0.04 | 0.11 | 322.5 | 0.3 | 0.84 |
| Hex | E3 | CB | DA | 0 | B | 4 | B | 142 | 1E | 54 |
| Octal | 343 | 313 | 332 | 0 | 13 | 4 | 13 | 502 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11011010 | 0 | 1011 | 100 | 1011 | 101000010 | 11110 | 1010100 |
Color Harmonies of #E3CBDA
Complementary color
Monochromatic Colors of #E3CBDA
Black with #E3CBDA
Text Example
Text Example
White with #E3CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBDA; }
p { color: rgb(227,203,218); }
H1.HeaderClassName
{
color: #E3CBDA;
}
.AnyTagClassName
{
color: #E3CBDA;
}
</style>
background-color css
<style>
a { background-color: #E3CBDA; }
a { background-color: rgb(227,203,218); }
div.DivClassName
{
background-color: #E3CBDA;
}
.BgClassName
{
background-color: #E3CBDA;
}
</style>
border-color css
<style>
span { border-color: #E3CBDA; }
span { border-color: rgb(227,203,218); }
td.TdClassName
{
border-color: #E3CBDA;
}
.TagClassName
{
border-color: #E3CBDA;
}
</style>