Html Css Color HEX #EEDAD2 Pot Pourri

📋 copy color: '#EEDAD2'

red 238 ◦ green 218 ◦ blue 210

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

Shades of Pot Pourri #EEDAD2

Tints of Pot Pourri #EEDAD2

RGB

 RED value IS 238 (93.36% from 255) = 35.74%

 GREEN value IS 218 (85.55% from 255) = 32.73%

 BLUE value IS 210 (82.42% from 255) = 31.53%

R = 35.74%
G = 32.73%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEDAD2 (or 0xEEDAD2) is known color: Pot Pourri. HEX triplet: EE, DA and D2. RGB value is (238,218,210). Sum of RGB (Red+Green+Blue) = 238+218+210=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD2 is #11252D. Grayscale: #DFDFDF. Windows color (decimal): -1123630 or 13818606. OLE color: 13818606.

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

Color convert

RGB 238 218 210 -
CMYK 0 0.08 0.12 0.07
HSL 17.14º 0.45% 0.88% -
HSV(B) 17.14º 0.12% 0.93% -
XYZ 71.96 72.97 71.27 -
YUV 223.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 238 218 210 0 0.08 0.12 0.07 17.14 0.45 0.88
Hex EE DA D2 0 8 C 7 11 2D 58
Octal 356 332 322 0 10 14 7 21 55 130
Binary 11101110 11011010 11010010 0 1000 1100 111 10001 101101 1011000

Color Harmonies of #EEDAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAD2

Black with #EEDAD2

Text Example


Text Example

White with #EEDAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAD2; }

 p { color: rgb(238,218,210); }

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

background-color css

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

 a { background-color: rgb(238,218,210); }

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

border-color css

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

 span { border-color: rgb(238,218,210); }

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