Shades of Prim #E5CDDA
Tints of Prim #E5CDDA
RGB
CMYK
RGB Variations
Color information
#E5CDDA (or 0xE5CDDA) is known color: Prim. HEX triplet: E5, CD and DA. RGB value is (229,205,218). Sum of RGB (Red+Green+Blue) = 229+205+218=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDDA is #1A3225. Grayscale: #D5D5D5. Windows color (decimal): -1716774 or 14339557. OLE color: 14339557.
HSL color Cylindrical-coordinate representation of color #E5CDDA: hue angle of 327.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 #E5CDDA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 205 | 218 | - |
CMYK | 0 | 0.10 | 0.05 | 0.10 |
HSL | 327.5º | 0.32% | 0.85% | - |
HSV(B) | 327.5º | 0.1% | 0.9% | - |
XYZ | 66.8 | 65.38 | 75.43 | - |
YUV | 213.66 | 130.45 | 138.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 218 | 0 | 0.10 | 0.05 | 0.10 | 327.5 | 0.32 | 0.85 |
Hex | E5 | CD | DA | 0 | A | 5 | A | 148 | 20 | 55 |
Octal | 345 | 315 | 332 | 0 | 12 | 5 | 12 | 510 | 40 | 125 |
Binary | 11100101 | 11001101 | 11011010 | 0 | 1010 | 101 | 1010 | 101001000 | 100000 | 1010101 |
Color Harmonies of #E5CDDA
Complementary color
Monochromatic Colors of #E5CDDA
Black with #E5CDDA
Text Example
Text Example
White with #E5CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDDA; }
p { color: rgb(229,205,218); }
H1.HeaderClassName
{
color: #E5CDDA;
}
.AnyTagClassName
{
color: #E5CDDA;
}
</style>
background-color css
<style>
a { background-color: #E5CDDA; }
a { background-color: rgb(229,205,218); }
div.DivClassName
{
background-color: #E5CDDA;
}
.BgClassName
{
background-color: #E5CDDA;
}
</style>
border-color css
<style>
span { border-color: #E5CDDA; }
span { border-color: rgb(229,205,218); }
td.TdClassName
{
border-color: #E5CDDA;
}
.TagClassName
{
border-color: #E5CDDA;
}
</style>