Html Css Color HEX #EEDAD1 Pot Pourri

📋 copy color: '#EEDAD1'

red 238 ◦ green 218 ◦ blue 209

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

Shades of Pot Pourri #EEDAD1

Tints of Pot Pourri #EEDAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 31.43%

R = 35.79%
G = 32.78%
B = 31.43%

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

#EEDAD1 (or 0xEEDAD1) is known color: Pot Pourri. HEX triplet: EE, DA and D1. RGB value is (238,218,209). Sum of RGB (Red+Green+Blue) = 238+218+209=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD1 is #11252E. Grayscale: #DFDFDF. Windows color (decimal): -1123631 or 13753070. OLE color: 13753070.

HSL color Cylindrical-coordinate representation of color #EEDAD1: hue angle of 18.62º degrees, saturation: 0.46, 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 #EEDAD1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 209 -
CMYK 0 0.08 0.12 0.07
HSL 18.62º 0.46% 0.88% -
HSV(B) 18.62º 0.12% 0.93% -
XYZ 71.84 72.92 70.61 -
YUV 222.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 238 218 209 0 0.08 0.12 0.07 18.62 0.46 0.88
Hex EE DA D1 0 8 C 7 13 2E 58
Octal 356 332 321 0 10 14 7 23 56 130
Binary 11101110 11011010 11010001 0 1000 1100 111 10011 101110 1011000

Color Harmonies of #EEDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAD1

Black with #EEDAD1

Text Example


Text Example

White with #EEDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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