Shades of Pot Pourri #EADAD3
Tints of Pot Pourri #EADAD3
RGB
CMYK
RGB Variations
Color information
#EADAD3 (or 0xEADAD3) is known color: Pot Pourri. HEX triplet: EA, DA and D3. RGB value is (234,218,211). Sum of RGB (Red+Green+Blue) = 234+218+211=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAD3 is #15252C. Grayscale: #DEDEDE. Windows color (decimal): -1385773 or 13884138. OLE color: 13884138.
HSL color Cylindrical-coordinate representation of color #EADAD3: hue angle of 18.26º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADAD3 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 211 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.08 |
| HSL | 18.26º | 0.35% | 0.87% | - |
| HSV(B) | 18.26º | 0.1% | 0.92% | - |
| XYZ | 70.76 | 72.34 | 71.86 | - |
| YUV | 221.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 211 | 0 | 0.07 | 0.10 | 0.08 | 18.26 | 0.35 | 0.87 |
| Hex | EA | DA | D3 | 0 | 7 | A | 8 | 12 | 23 | 57 |
| Octal | 352 | 332 | 323 | 0 | 7 | 12 | 10 | 22 | 43 | 127 |
| Binary | 11101010 | 11011010 | 11010011 | 0 | 111 | 1010 | 1000 | 10010 | 100011 | 1010111 |
Color Harmonies of #EADAD3
Complementary color
Monochromatic Colors of #EADAD3
Black with #EADAD3
Text Example
Text Example
White with #EADAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAD3; }
p { color: rgb(234,218,211); }
H1.HeaderClassName
{
color: #EADAD3;
}
.AnyTagClassName
{
color: #EADAD3;
}
</style>
background-color css
<style>
a { background-color: #EADAD3; }
a { background-color: rgb(234,218,211); }
div.DivClassName
{
background-color: #EADAD3;
}
.BgClassName
{
background-color: #EADAD3;
}
</style>
border-color css
<style>
span { border-color: #EADAD3; }
span { border-color: rgb(234,218,211); }
td.TdClassName
{
border-color: #EADAD3;
}
.TagClassName
{
border-color: #EADAD3;
}
</style>