Html Css Color HEX #EEDBD2 Pot Pourri

📋 copy color: '#EEDBD2'

red 238 ◦ green 219 ◦ blue 210

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

Shades of Pot Pourri #EEDBD2

Tints of Pot Pourri #EEDBD2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.83%

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

R = 35.68%
G = 32.83%
B = 31.48%

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

#EEDBD2 (or 0xEEDBD2) is known color: Pot Pourri. HEX triplet: EE, DB and D2. RGB value is (238,219,210). Sum of RGB (Red+Green+Blue) = 238+219+210=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD2 is #11242D. Grayscale: #DFDFDF. Windows color (decimal): -1123374 or 13818862. OLE color: 13818862.

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

Color convert

RGB 238 219 210 -
CMYK 0 0.08 0.12 0.07
HSL 19.29º 0.45% 0.88% -
HSV(B) 19.29º 0.12% 0.93% -
XYZ 72.22 73.49 71.35 -
YUV 223.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 238 219 210 0 0.08 0.12 0.07 19.29 0.45 0.88
Hex EE DB D2 0 8 C 7 13 2D 58
Octal 356 333 322 0 10 14 7 23 55 130
Binary 11101110 11011011 11010010 0 1000 1100 111 10011 101101 1011000

Color Harmonies of #EEDBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBD2

Black with #EEDBD2

Text Example


Text Example

White with #EEDBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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