Shades of Pot Pourri #EADAD4
Tints of Pot Pourri #EADAD4
RGB
CMYK
RGB Variations
Color information
#EADAD4 (or 0xEADAD4) is known color: Pot Pourri. HEX triplet: EA, DA and D4. RGB value is (234,218,212). Sum of RGB (Red+Green+Blue) = 234+218+212=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAD4 is #15252B. Grayscale: #DEDEDE. Windows color (decimal): -1385772 or 13949674. OLE color: 13949674.
HSL color Cylindrical-coordinate representation of color #EADAD4: hue angle of 16.36º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADAD4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 218 | 212 | - |
CMYK | 0 | 0.07 | 0.09 | 0.08 |
HSL | 16.36º | 0.34% | 0.87% | - |
HSV(B) | 16.36º | 0.09% | 0.92% | - |
XYZ | 70.89 | 72.39 | 72.52 | - |
YUV | 222.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 212 | 0 | 0.07 | 0.09 | 0.08 | 16.36 | 0.34 | 0.87 |
Hex | EA | DA | D4 | 0 | 7 | 9 | 8 | 10 | 22 | 57 |
Octal | 352 | 332 | 324 | 0 | 7 | 11 | 10 | 20 | 42 | 127 |
Binary | 11101010 | 11011010 | 11010100 | 0 | 111 | 1001 | 1000 | 10000 | 100010 | 1010111 |
Color Harmonies of #EADAD4
Complementary color
Monochromatic Colors of #EADAD4
Black with #EADAD4
Text Example
Text Example
White with #EADAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAD4; }
p { color: rgb(234,218,212); }
H1.HeaderClassName
{
color: #EADAD4;
}
.AnyTagClassName
{
color: #EADAD4;
}
</style>
background-color css
<style>
a { background-color: #EADAD4; }
a { background-color: rgb(234,218,212); }
div.DivClassName
{
background-color: #EADAD4;
}
.BgClassName
{
background-color: #EADAD4;
}
</style>
border-color css
<style>
span { border-color: #EADAD4; }
span { border-color: rgb(234,218,212); }
td.TdClassName
{
border-color: #EADAD4;
}
.TagClassName
{
border-color: #EADAD4;
}
</style>