Shades of Prim #E4CDDA
Tints of Prim #E4CDDA
RGB
CMYK
RGB Variations
Color information
#E4CDDA (or 0xE4CDDA) is known color: Prim. HEX triplet: E4, CD and DA. RGB value is (228,205,218). Sum of RGB (Red+Green+Blue) = 228+205+218=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDDA is #1B3225. Grayscale: #D5D5D5. Windows color (decimal): -1782310 or 14339556. OLE color: 14339556.
HSL color Cylindrical-coordinate representation of color #E4CDDA: hue angle of 326.09º 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 #E4CDDA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 205 | 218 | - |
CMYK | 0 | 0.10 | 0.04 | 0.11 |
HSL | 326.09º | 0.3% | 0.85% | - |
HSV(B) | 326.09º | 0.1% | 0.89% | - |
XYZ | 66.48 | 65.22 | 75.41 | - |
YUV | 213.36 | 130.62 | 138.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 205 | 218 | 0 | 0.10 | 0.04 | 0.11 | 326.09 | 0.3 | 0.85 |
Hex | E4 | CD | DA | 0 | A | 4 | B | 146 | 1E | 55 |
Octal | 344 | 315 | 332 | 0 | 12 | 4 | 13 | 506 | 36 | 125 |
Binary | 11100100 | 11001101 | 11011010 | 0 | 1010 | 100 | 1011 | 101000110 | 11110 | 1010101 |
Color Harmonies of #E4CDDA
Complementary color
Monochromatic Colors of #E4CDDA
Black with #E4CDDA
Text Example
Text Example
White with #E4CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDDA; }
p { color: rgb(228,205,218); }
H1.HeaderClassName
{
color: #E4CDDA;
}
.AnyTagClassName
{
color: #E4CDDA;
}
</style>
background-color css
<style>
a { background-color: #E4CDDA; }
a { background-color: rgb(228,205,218); }
div.DivClassName
{
background-color: #E4CDDA;
}
.BgClassName
{
background-color: #E4CDDA;
}
</style>
border-color css
<style>
span { border-color: #E4CDDA; }
span { border-color: rgb(228,205,218); }
td.TdClassName
{
border-color: #E4CDDA;
}
.TagClassName
{
border-color: #E4CDDA;
}
</style>