Shades of Pot Pourri #EADFDA
Tints of Pot Pourri #EADFDA
RGB
CMYK
RGB Variations
Color information
#EADFDA (or 0xEADFDA) is known color: Pot Pourri. HEX triplet: EA, DF and DA. RGB value is (234,223,218). Sum of RGB (Red+Green+Blue) = 234+223+218=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFDA is #152025. Grayscale: #E1E1E1. Windows color (decimal): -1384486 or 14344170. OLE color: 14344170.
HSL color Cylindrical-coordinate representation of color #EADFDA: hue angle of 18.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADFDA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 218 | - |
CMYK | 0 | 0.05 | 0.07 | 0.08 |
HSL | 18.75º | 0.28% | 0.89% | - |
HSV(B) | 18.75º | 0.07% | 0.92% | - |
XYZ | 72.97 | 75.33 | 77.02 | - |
YUV | 225.72 | 123.64 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 218 | 0 | 0.05 | 0.07 | 0.08 | 18.75 | 0.28 | 0.89 |
Hex | EA | DF | DA | 0 | 5 | 7 | 8 | 13 | 1C | 59 |
Octal | 352 | 337 | 332 | 0 | 5 | 7 | 10 | 23 | 34 | 131 |
Binary | 11101010 | 11011111 | 11011010 | 0 | 101 | 111 | 1000 | 10011 | 11100 | 1011001 |
Color Harmonies of #EADFDA
Complementary color
Monochromatic Colors of #EADFDA
Black with #EADFDA
Text Example
Text Example
White with #EADFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFDA; }
p { color: rgb(234,223,218); }
H1.HeaderClassName
{
color: #EADFDA;
}
.AnyTagClassName
{
color: #EADFDA;
}
</style>
background-color css
<style>
a { background-color: #EADFDA; }
a { background-color: rgb(234,223,218); }
div.DivClassName
{
background-color: #EADFDA;
}
.BgClassName
{
background-color: #EADFDA;
}
</style>
border-color css
<style>
span { border-color: #EADFDA; }
span { border-color: rgb(234,223,218); }
td.TdClassName
{
border-color: #EADFDA;
}
.TagClassName
{
border-color: #EADFDA;
}
</style>