Shades of Prim #EAD1DA
Tints of Prim #EAD1DA
RGB
CMYK
RGB Variations
Color information
#EAD1DA (or 0xEAD1DA) is known color: Prim. HEX triplet: EA, D1 and DA. RGB value is (234,209,218). Sum of RGB (Red+Green+Blue) = 234+209+218=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1DA is #152E25. Grayscale: #D9D9D9. Windows color (decimal): -1388070 or 14340586. OLE color: 14340586.
HSL color Cylindrical-coordinate representation of color #EAD1DA: hue angle of 338.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD1DA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 209 | 218 | - |
CMYK | 0 | 0.11 | 0.07 | 0.08 |
HSL | 338.4º | 0.37% | 0.87% | - |
HSV(B) | 338.4º | 0.11% | 0.92% | - |
XYZ | 69.39 | 68.16 | 75.83 | - |
YUV | 217.5 | 128.28 | 139.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 209 | 218 | 0 | 0.11 | 0.07 | 0.08 | 338.4 | 0.37 | 0.87 |
Hex | EA | D1 | DA | 0 | B | 7 | 8 | 152 | 25 | 57 |
Octal | 352 | 321 | 332 | 0 | 13 | 7 | 10 | 522 | 45 | 127 |
Binary | 11101010 | 11010001 | 11011010 | 0 | 1011 | 111 | 1000 | 101010010 | 100101 | 1010111 |
Color Harmonies of #EAD1DA
Complementary color
Monochromatic Colors of #EAD1DA
Black with #EAD1DA
Text Example
Text Example
White with #EAD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1DA; }
p { color: rgb(234,209,218); }
H1.HeaderClassName
{
color: #EAD1DA;
}
.AnyTagClassName
{
color: #EAD1DA;
}
</style>
background-color css
<style>
a { background-color: #EAD1DA; }
a { background-color: rgb(234,209,218); }
div.DivClassName
{
background-color: #EAD1DA;
}
.BgClassName
{
background-color: #EAD1DA;
}
</style>
border-color css
<style>
span { border-color: #EAD1DA; }
span { border-color: rgb(234,209,218); }
td.TdClassName
{
border-color: #EAD1DA;
}
.TagClassName
{
border-color: #EAD1DA;
}
</style>