Shades of Prim #E5CCD3
Tints of Prim #E5CCD3
RGB
CMYK
RGB Variations
Color information
#E5CCD3 (or 0xE5CCD3) is known color: Prim. HEX triplet: E5, CC and D3. RGB value is (229,204,211). Sum of RGB (Red+Green+Blue) = 229+204+211=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCD3 is #1A332C. Grayscale: #D4D4D4. Windows color (decimal): -1717037 or 13880549. OLE color: 13880549.
HSL color Cylindrical-coordinate representation of color #E5CCD3: hue angle of 343.2º 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 #E5CCD3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 211 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.10 |
| HSL | 343.2º | 0.32% | 0.85% | - |
| HSV(B) | 343.2º | 0.11% | 0.9% | - |
| XYZ | 65.66 | 64.55 | 70.63 | - |
| YUV | 212.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 211 | 0 | 0.11 | 0.08 | 0.10 | 343.2 | 0.32 | 0.85 |
| Hex | E5 | CC | D3 | 0 | B | 8 | A | 157 | 20 | 55 |
| Octal | 345 | 314 | 323 | 0 | 13 | 10 | 12 | 527 | 40 | 125 |
| Binary | 11100101 | 11001100 | 11010011 | 0 | 1011 | 1000 | 1010 | 101010111 | 100000 | 1010101 |
Color Harmonies of #E5CCD3
Complementary color
Monochromatic Colors of #E5CCD3
Black with #E5CCD3
Text Example
Text Example
White with #E5CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCD3; }
p { color: rgb(229,204,211); }
H1.HeaderClassName
{
color: #E5CCD3;
}
.AnyTagClassName
{
color: #E5CCD3;
}
</style>
background-color css
<style>
a { background-color: #E5CCD3; }
a { background-color: rgb(229,204,211); }
div.DivClassName
{
background-color: #E5CCD3;
}
.BgClassName
{
background-color: #E5CCD3;
}
</style>
border-color css
<style>
span { border-color: #E5CCD3; }
span { border-color: rgb(229,204,211); }
td.TdClassName
{
border-color: #E5CCD3;
}
.TagClassName
{
border-color: #E5CCD3;
}
</style>