#EEDBD6

Color #EEDBD6 Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #EEDBD6

Tints of Pot Pourri #EEDBD6

Color information

#EEDBD6 (or 0xEEDBD6) is unknown color: approx Pot Pourri. HEX triplet: EE, DB and D6. RGB value is (238,219,214). Sum of RGB (Red+Green+Blue) = 238+219+214=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD6 is #112429. Grayscale: #E0E0E0. Windows color (decimal): -1123370 or 14081006. OLE color: 14081006.

HSL color Cylindrical-coordinate representation of color #EEDBD6: hue angle of 12.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDBD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238219214-
CMYK00.080.100.07
HSL12.5º41.38%88.63%-
HSV(B)12.5º10.08%93.33%-
XYZ72.7373.774.01-
YUV224.11122.29137.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=35.47%
G=32.64%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821921400.080.100.0712.541.3888.63
HexEEDBD608A7d2959
Octal3563333260101271551131
Binary11101110110110111101011001000101011111011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBD6; }

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

 H1.HeaderClassName
 {
   color: #EEDBD6;
 }
 .AnyTagClassName
 {
   color: #EEDBD6;
 }
</style>
background-color css

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

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

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

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

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

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