#EDDCD4

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

Shades of Pot Pourri #EDDCD4

Tints of Pot Pourri #EDDCD4

Color information

#EDDCD4 (or 0xEDDCD4) is unknown color: approx Pot Pourri. HEX triplet: ED, DC and D4. RGB value is (237,220,212). Sum of RGB (Red+Green+Blue) = 237+220+212=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD4 is #12232B. Grayscale: #E0E0E0. Windows color (decimal): -1188652 or 13950189. OLE color: 13950189.

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

Color convert

RGB237220212-
CMYK00.070.110.07
HSL19.2º40.98%88.04%-
HSV(B)19.2º10.55%92.94%-
XYZ72.473.9472.74-
YUV224.17121.13137.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=35.43%
G=32.88%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722021200.070.110.0719.240.9888.04
HexEDDCD407B7132958
Octal355334324071372351130
Binary11101101110111001101010001111011111100111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD4; }

 p { color: rgb(237,220,212); }

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

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

 a { background-color: rgb(237,220,212); }

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

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

 span { border-color: rgb(237,220,212); }

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