Html Css Color HEX #EADED9 Pot Pourri

📋 copy color: '#EADED9'

red 234 ◦ green 222 ◦ blue 217

#EADED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pot Pourri #EADED9

Tints of Pot Pourri #EADED9

RGB

 RED value IS 234 (91.8% from 255) = 34.77%

 GREEN value IS 222 (87.11% from 255) = 32.99%

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 34.77%
G = 32.99%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EADED9 (or 0xEADED9) is known color: Pot Pourri. HEX triplet: EA, DE and D9. RGB value is (234,222,217). Sum of RGB (Red+Green+Blue) = 234+222+217=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED9 is #152126. Grayscale: #E1E1E1. Windows color (decimal): -1384743 or 14278378. OLE color: 14278378.

HSL color Cylindrical-coordinate representation of color #EADED9: hue angle of 17.65º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADED9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 217 -
CMYK 0 0.05 0.07 0.08
HSL 17.65º 0.29% 0.88% -
HSV(B) 17.65º 0.07% 0.92% -
XYZ 72.58 74.74 76.25 -
YUV 225.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 234 222 217 0 0.05 0.07 0.08 17.65 0.29 0.88
Hex EA DE D9 0 5 7 8 12 1D 58
Octal 352 336 331 0 5 7 10 22 35 130
Binary 11101010 11011110 11011001 0 101 111 1000 10010 11101 1011000

Color Harmonies of #EADED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADED9

Black with #EADED9

Text Example


Text Example

White with #EADED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADED9; }

 p { color: rgb(234,222,217); }

 H1.HeaderClassName
 {
   color: #EADED9;
 }
 .AnyTagClassName
 {
   color: #EADED9;
 }
</style>

background-color css

<style>
 a { background-color: #EADED9; }

 a { background-color: rgb(234,222,217); }

 div.DivClassName
 {
   background-color: #EADED9;
 }
 .BgClassName
 {
   background-color: #EADED9;
 }
</style>

border-color css

<style>
 span { border-color: #EADED9; }

 span { border-color: rgb(234,222,217); }

 td.TdClassName
 {
   border-color: #EADED9;
 }
 .TagClassName
 {
   border-color: #EADED9;
 }
</style>