Shades of Prim #EACDDA
Tints of Prim #EACDDA
RGB
CMYK
RGB Variations
Color information
#EACDDA (or 0xEACDDA) is known color: Prim. HEX triplet: EA, CD and DA. RGB value is (234,205,218). Sum of RGB (Red+Green+Blue) = 234+205+218=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDDA is #153225. Grayscale: #D7D7D7. Windows color (decimal): -1389094 or 14339562. OLE color: 14339562.
HSL color Cylindrical-coordinate representation of color #EACDDA: hue angle of 333.1º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDDA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 205 | 218 | - |
CMYK | 0 | 0.12 | 0.07 | 0.08 |
HSL | 333.1º | 0.41% | 0.86% | - |
HSV(B) | 333.1º | 0.12% | 0.92% | - |
XYZ | 68.42 | 66.22 | 75.5 | - |
YUV | 215.15 | 129.61 | 141.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 205 | 218 | 0 | 0.12 | 0.07 | 0.08 | 333.1 | 0.41 | 0.86 |
Hex | EA | CD | DA | 0 | C | 7 | 8 | 14D | 29 | 56 |
Octal | 352 | 315 | 332 | 0 | 14 | 7 | 10 | 515 | 51 | 126 |
Binary | 11101010 | 11001101 | 11011010 | 0 | 1100 | 111 | 1000 | 101001101 | 101001 | 1010110 |
Color Harmonies of #EACDDA
Complementary color
Monochromatic Colors of #EACDDA
Black with #EACDDA
Text Example
Text Example
White with #EACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDDA; }
p { color: rgb(234,205,218); }
H1.HeaderClassName
{
color: #EACDDA;
}
.AnyTagClassName
{
color: #EACDDA;
}
</style>
background-color css
<style>
a { background-color: #EACDDA; }
a { background-color: rgb(234,205,218); }
div.DivClassName
{
background-color: #EACDDA;
}
.BgClassName
{
background-color: #EACDDA;
}
</style>
border-color css
<style>
span { border-color: #EACDDA; }
span { border-color: rgb(234,205,218); }
td.TdClassName
{
border-color: #EACDDA;
}
.TagClassName
{
border-color: #EACDDA;
}
</style>