Shades of Prim #E5CBDB
Tints of Prim #E5CBDB
RGB
CMYK
RGB Variations
Color information
#E5CBDB (or 0xE5CBDB) is known color: Prim. HEX triplet: E5, CB and DB. RGB value is (229,203,219). Sum of RGB (Red+Green+Blue) = 229+203+219=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDB is #1A3424. Grayscale: #D4D4D4. Windows color (decimal): -1717285 or 14404581. OLE color: 14404581.
HSL color Cylindrical-coordinate representation of color #E5CBDB: hue angle of 323.08º 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 #E5CBDB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 203 | 219 | - |
CMYK | 0 | 0.11 | 0.04 | 0.10 |
HSL | 323.08º | 0.33% | 0.85% | - |
HSV(B) | 323.08º | 0.11% | 0.9% | - |
XYZ | 66.46 | 64.48 | 75.96 | - |
YUV | 212.6 | 131.61 | 139.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 203 | 219 | 0 | 0.11 | 0.04 | 0.10 | 323.08 | 0.33 | 0.85 |
Hex | E5 | CB | DB | 0 | B | 4 | A | 143 | 21 | 55 |
Octal | 345 | 313 | 333 | 0 | 13 | 4 | 12 | 503 | 41 | 125 |
Binary | 11100101 | 11001011 | 11011011 | 0 | 1011 | 100 | 1010 | 101000011 | 100001 | 1010101 |
Color Harmonies of #E5CBDB
Complementary color
Monochromatic Colors of #E5CBDB
Black with #E5CBDB
Text Example
Text Example
White with #E5CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBDB; }
p { color: rgb(229,203,219); }
H1.HeaderClassName
{
color: #E5CBDB;
}
.AnyTagClassName
{
color: #E5CBDB;
}
</style>
background-color css
<style>
a { background-color: #E5CBDB; }
a { background-color: rgb(229,203,219); }
div.DivClassName
{
background-color: #E5CBDB;
}
.BgClassName
{
background-color: #E5CBDB;
}
</style>
border-color css
<style>
span { border-color: #E5CBDB; }
span { border-color: rgb(229,203,219); }
td.TdClassName
{
border-color: #E5CBDB;
}
.TagClassName
{
border-color: #E5CBDB;
}
</style>