Shades of Prim #E4CDDC
Tints of Prim #E4CDDC
RGB
CMYK
RGB Variations
Color information
#E4CDDC (or 0xE4CDDC) is known color: Prim. HEX triplet: E4, CD and DC. RGB value is (228,205,220). Sum of RGB (Red+Green+Blue) = 228+205+220=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDDC is #1B3223. Grayscale: #D5D5D5. Windows color (decimal): -1782308 or 14470628. OLE color: 14470628.
HSL color Cylindrical-coordinate representation of color #E4CDDC: hue angle of 320.87º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4CDDC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 220 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 320.87º | 0.3% | 0.85% | - |
| HSV(B) | 320.87º | 0.1% | 0.89% | - |
| XYZ | 66.74 | 65.32 | 76.8 | - |
| YUV | 213.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 220 | 0 | 0.10 | 0.04 | 0.11 | 320.87 | 0.3 | 0.85 |
| Hex | E4 | CD | DC | 0 | A | 4 | B | 141 | 1E | 55 |
| Octal | 344 | 315 | 334 | 0 | 12 | 4 | 13 | 501 | 36 | 125 |
| Binary | 11100100 | 11001101 | 11011100 | 0 | 1010 | 100 | 1011 | 101000001 | 11110 | 1010101 |
Color Harmonies of #E4CDDC
Complementary color
Monochromatic Colors of #E4CDDC
Black with #E4CDDC
Text Example
Text Example
White with #E4CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDDC; }
p { color: rgb(228,205,220); }
H1.HeaderClassName
{
color: #E4CDDC;
}
.AnyTagClassName
{
color: #E4CDDC;
}
</style>
background-color css
<style>
a { background-color: #E4CDDC; }
a { background-color: rgb(228,205,220); }
div.DivClassName
{
background-color: #E4CDDC;
}
.BgClassName
{
background-color: #E4CDDC;
}
</style>
border-color css
<style>
span { border-color: #E4CDDC; }
span { border-color: rgb(228,205,220); }
td.TdClassName
{
border-color: #E4CDDC;
}
.TagClassName
{
border-color: #E4CDDC;
}
</style>