Shades of Prim #E5CCDB
Tints of Prim #E5CCDB
RGB
CMYK
RGB Variations
Color information
#E5CCDB (or 0xE5CCDB) is known color: Prim. HEX triplet: E5, CC and DB. RGB value is (229,204,219). Sum of RGB (Red+Green+Blue) = 229+204+219=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCDB is #1A3324. Grayscale: #D5D5D5. Windows color (decimal): -1717029 or 14404837. OLE color: 14404837.
HSL color Cylindrical-coordinate representation of color #E5CCDB: hue angle of 324º degrees, saturation: 0.32, 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 #E5CCDB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 219 | - |
CMYK | 0 | 0.11 | 0.04 | 0.10 |
HSL | 324º | 0.32% | 0.85% | - |
HSV(B) | 324º | 0.11% | 0.9% | - |
XYZ | 66.69 | 64.96 | 76.04 | - |
YUV | 213.19 | 131.28 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 219 | 0 | 0.11 | 0.04 | 0.10 | 324 | 0.32 | 0.85 |
Hex | E5 | CC | DB | 0 | B | 4 | A | 144 | 20 | 55 |
Octal | 345 | 314 | 333 | 0 | 13 | 4 | 12 | 504 | 40 | 125 |
Binary | 11100101 | 11001100 | 11011011 | 0 | 1011 | 100 | 1010 | 101000100 | 100000 | 1010101 |
Color Harmonies of #E5CCDB
Complementary color
Monochromatic Colors of #E5CCDB
Black with #E5CCDB
Text Example
Text Example
White with #E5CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCDB; }
p { color: rgb(229,204,219); }
H1.HeaderClassName
{
color: #E5CCDB;
}
.AnyTagClassName
{
color: #E5CCDB;
}
</style>
background-color css
<style>
a { background-color: #E5CCDB; }
a { background-color: rgb(229,204,219); }
div.DivClassName
{
background-color: #E5CCDB;
}
.BgClassName
{
background-color: #E5CCDB;
}
</style>
border-color css
<style>
span { border-color: #E5CCDB; }
span { border-color: rgb(229,204,219); }
td.TdClassName
{
border-color: #E5CCDB;
}
.TagClassName
{
border-color: #E5CCDB;
}
</style>