Shades of Prim #E5CBDA
Tints of Prim #E5CBDA
RGB
CMYK
RGB Variations
Color information
#E5CBDA (or 0xE5CBDA) is known color: Prim. HEX triplet: E5, CB and DA. RGB value is (229,203,218). Sum of RGB (Red+Green+Blue) = 229+203+218=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDA is #1A3425. Grayscale: #D4D4D4. Windows color (decimal): -1717286 or 14339045. OLE color: 14339045.
HSL color Cylindrical-coordinate representation of color #E5CBDA: hue angle of 325.38º 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 #E5CBDA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 218 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.10 |
| HSL | 325.38º | 0.33% | 0.85% | - |
| HSV(B) | 325.38º | 0.11% | 0.9% | - |
| XYZ | 66.32 | 64.43 | 75.27 | - |
| YUV | 212.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 218 | 0 | 0.11 | 0.05 | 0.10 | 325.38 | 0.33 | 0.85 |
| Hex | E5 | CB | DA | 0 | B | 5 | A | 145 | 21 | 55 |
| Octal | 345 | 313 | 332 | 0 | 13 | 5 | 12 | 505 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11011010 | 0 | 1011 | 101 | 1010 | 101000101 | 100001 | 1010101 |
Color Harmonies of #E5CBDA
Complementary color
Monochromatic Colors of #E5CBDA
Black with #E5CBDA
Text Example
Text Example
White with #E5CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBDA; }
p { color: rgb(229,203,218); }
H1.HeaderClassName
{
color: #E5CBDA;
}
.AnyTagClassName
{
color: #E5CBDA;
}
</style>
background-color css
<style>
a { background-color: #E5CBDA; }
a { background-color: rgb(229,203,218); }
div.DivClassName
{
background-color: #E5CBDA;
}
.BgClassName
{
background-color: #E5CBDA;
}
</style>
border-color css
<style>
span { border-color: #E5CBDA; }
span { border-color: rgb(229,203,218); }
td.TdClassName
{
border-color: #E5CBDA;
}
.TagClassName
{
border-color: #E5CBDA;
}
</style>