Shades of Prim #E5CDDC
Tints of Prim #E5CDDC
RGB
CMYK
RGB Variations
Color information
#E5CDDC (or 0xE5CDDC) is known color: Prim. HEX triplet: E5, CD and DC. RGB value is (229,205,220). Sum of RGB (Red+Green+Blue) = 229+205+220=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDDC is #1A3223. Grayscale: #D5D5D5. Windows color (decimal): -1716772 or 14470629. OLE color: 14470629.
HSL color Cylindrical-coordinate representation of color #E5CDDC: hue angle of 322.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDDC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 205 | 220 | - |
CMYK | 0 | 0.10 | 0.04 | 0.10 |
HSL | 322.5º | 0.32% | 0.85% | - |
HSV(B) | 322.5º | 0.1% | 0.9% | - |
XYZ | 67.06 | 65.49 | 76.82 | - |
YUV | 213.89 | 131.45 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 220 | 0 | 0.10 | 0.04 | 0.10 | 322.5 | 0.32 | 0.85 |
Hex | E5 | CD | DC | 0 | A | 4 | A | 142 | 20 | 55 |
Octal | 345 | 315 | 334 | 0 | 12 | 4 | 12 | 502 | 40 | 125 |
Binary | 11100101 | 11001101 | 11011100 | 0 | 1010 | 100 | 1010 | 101000010 | 100000 | 1010101 |
Color Harmonies of #E5CDDC
Complementary color
Monochromatic Colors of #E5CDDC
Black with #E5CDDC
Text Example
Text Example
White with #E5CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDDC; }
p { color: rgb(229,205,220); }
H1.HeaderClassName
{
color: #E5CDDC;
}
.AnyTagClassName
{
color: #E5CDDC;
}
</style>
background-color css
<style>
a { background-color: #E5CDDC; }
a { background-color: rgb(229,205,220); }
div.DivClassName
{
background-color: #E5CDDC;
}
.BgClassName
{
background-color: #E5CDDC;
}
</style>
border-color css
<style>
span { border-color: #E5CDDC; }
span { border-color: rgb(229,205,220); }
td.TdClassName
{
border-color: #E5CDDC;
}
.TagClassName
{
border-color: #E5CDDC;
}
</style>