Shades of Prim #EADBE1
Tints of Prim #EADBE1
RGB
CMYK
RGB Variations
Color information
#EADBE1 (or 0xEADBE1) is known color: Prim. HEX triplet: EA, DB and E1. RGB value is (234,219,225). Sum of RGB (Red+Green+Blue) = 234+219+225=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBE1 is #15241E. Grayscale: #E0E0E0. Windows color (decimal): -1385503 or 14801898. OLE color: 14801898.
HSL color Cylindrical-coordinate representation of color #EADBE1: hue angle of 336º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADBE1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 225 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.08 |
| HSL | 336º | 0.26% | 0.89% | - |
| HSV(B) | 336º | 0.06% | 0.92% | - |
| XYZ | 72.85 | 73.59 | 81.6 | - |
| YUV | 224.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 225 | 0 | 0.06 | 0.04 | 0.08 | 336 | 0.26 | 0.89 |
| Hex | EA | DB | E1 | 0 | 6 | 4 | 8 | 150 | 1A | 59 |
| Octal | 352 | 333 | 341 | 0 | 6 | 4 | 10 | 520 | 32 | 131 |
| Binary | 11101010 | 11011011 | 11100001 | 0 | 110 | 100 | 1000 | 101010000 | 11010 | 1011001 |
Color Harmonies of #EADBE1
Complementary color
Monochromatic Colors of #EADBE1
Black with #EADBE1
Text Example
Text Example
White with #EADBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBE1; }
p { color: rgb(234,219,225); }
H1.HeaderClassName
{
color: #EADBE1;
}
.AnyTagClassName
{
color: #EADBE1;
}
</style>
background-color css
<style>
a { background-color: #EADBE1; }
a { background-color: rgb(234,219,225); }
div.DivClassName
{
background-color: #EADBE1;
}
.BgClassName
{
background-color: #EADBE1;
}
</style>
border-color css
<style>
span { border-color: #EADBE1; }
span { border-color: rgb(234,219,225); }
td.TdClassName
{
border-color: #EADBE1;
}
.TagClassName
{
border-color: #EADBE1;
}
</style>