#EDDBD4

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

Shades of Pot Pourri #EDDBD4

Tints of Pot Pourri #EDDBD4

Color information

#EDDBD4 (or 0xEDDBD4) is unknown color: approx Pot Pourri. HEX triplet: ED, DB and D4. RGB value is (237,219,212). Sum of RGB (Red+Green+Blue) = 237+219+212=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD4 is #12242B. Grayscale: #DFDFDF. Windows color (decimal): -1188908 or 13949933. OLE color: 13949933.

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

Color convert

RGB237219212-
CMYK00.080.110.07
HSL16.8º40.98%88.04%-
HSV(B)16.8º10.55%92.94%-
XYZ72.1473.4272.66-
YUV223.58121.46137.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 212 (83.20% from 255) = 31.74%
R=35.48%
G=32.78%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721921200.080.110.0716.840.9888.04
HexEDDBD408B7112958
Octal3553333240101372151130
Binary111011011101101111010100010001011111100011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBD4; }

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

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

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

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

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

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

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

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