Html Css Color HEX #EEDAD3 Pot Pourri

📋 copy color: '#EEDAD3'

red 238 ◦ green 218 ◦ blue 211

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

Shades of Pot Pourri #EEDAD3

Tints of Pot Pourri #EEDAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.63%

R = 35.68%
G = 32.68%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEDAD3 (or 0xEEDAD3) is known color: Pot Pourri. HEX triplet: EE, DA and D3. RGB value is (238,218,211). Sum of RGB (Red+Green+Blue) = 238+218+211=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD3 is #11252C. Grayscale: #DFDFDF. Windows color (decimal): -1123629 or 13884142. OLE color: 13884142.

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

Color convert

RGB 238 218 211 -
CMYK 0 0.08 0.11 0.07
HSL 15.56º 0.44% 0.88% -
HSV(B) 15.56º 0.11% 0.93% -
XYZ 72.09 73.02 71.92 -
YUV 223.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 238 218 211 0 0.08 0.11 0.07 15.56 0.44 0.88
Hex EE DA D3 0 8 B 7 10 2C 58
Octal 356 332 323 0 10 13 7 20 54 130
Binary 11101110 11011010 11010011 0 1000 1011 111 10000 101100 1011000

Color Harmonies of #EEDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAD3

Black with #EEDAD3

Text Example


Text Example

White with #EEDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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