Shades of Prim #E5CBD2
Tints of Prim #E5CBD2
RGB
CMYK
RGB Variations
Color information
#E5CBD2 (or 0xE5CBD2) is known color: Prim. HEX triplet: E5, CB and D2. RGB value is (229,203,210). Sum of RGB (Red+Green+Blue) = 229+203+210=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBD2 is #1A342D. Grayscale: #D3D3D3. Windows color (decimal): -1717294 or 13814757. OLE color: 13814757.
HSL color Cylindrical-coordinate representation of color #E5CBD2: hue angle of 343.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CBD2 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 210 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.10 |
| HSL | 343.85º | 0.33% | 0.85% | - |
| HSV(B) | 343.85º | 0.11% | 0.9% | - |
| XYZ | 65.3 | 64.02 | 69.89 | - |
| YUV | 211.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 210 | 0 | 0.11 | 0.08 | 0.10 | 343.85 | 0.33 | 0.85 |
| Hex | E5 | CB | D2 | 0 | B | 8 | A | 158 | 21 | 55 |
| Octal | 345 | 313 | 322 | 0 | 13 | 10 | 12 | 530 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11010010 | 0 | 1011 | 1000 | 1010 | 101011000 | 100001 | 1010101 |
Color Harmonies of #E5CBD2
Complementary color
Monochromatic Colors of #E5CBD2
Black with #E5CBD2
Text Example
Text Example
White with #E5CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBD2; }
p { color: rgb(229,203,210); }
H1.HeaderClassName
{
color: #E5CBD2;
}
.AnyTagClassName
{
color: #E5CBD2;
}
</style>
background-color css
<style>
a { background-color: #E5CBD2; }
a { background-color: rgb(229,203,210); }
div.DivClassName
{
background-color: #E5CBD2;
}
.BgClassName
{
background-color: #E5CBD2;
}
</style>
border-color css
<style>
span { border-color: #E5CBD2; }
span { border-color: rgb(229,203,210); }
td.TdClassName
{
border-color: #E5CBD2;
}
.TagClassName
{
border-color: #E5CBD2;
}
</style>