#EED6CD

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

Shades of Pot Pourri #EED6CD

Tints of Pot Pourri #EED6CD

Color information

#EED6CD (or 0xEED6CD) is unknown color: approx Pot Pourri. HEX triplet: EE, D6 and CD. RGB value is (238,214,205). Sum of RGB (Red+Green+Blue) = 238+214+205=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CD is #112932. Grayscale: #DCDCDC. Windows color (decimal): -1124659 or 13489902. OLE color: 13489902.

HSL color Cylindrical-coordinate representation of color #EED6CD: hue angle of 16.36º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED6CD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238214205-
CMYK00.100.140.07
HSL16.36º49.25%86.86%-
HSV(B)16.36º13.87%93.33%-
XYZ70.3370.6867.69-
YUV220.15119.45140.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 214 (83.98% from 255) = 32.57%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=36.23%
G=32.57%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821420500.100.140.0716.3649.2586.86
HexEED6CD0AE7103157
Octal3563263150121672061127
Binary111011101101011011001101010101110111100001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6CD; }

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

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

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

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

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

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

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

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