#EDDAD2

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

Shades of Pot Pourri #EDDAD2

Tints of Pot Pourri #EDDAD2

Color information

#EDDAD2 (or 0xEDDAD2) is unknown color: approx Pot Pourri. HEX triplet: ED, DA and D2. RGB value is (237,218,210). Sum of RGB (Red+Green+Blue) = 237+218+210=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD2 is #12252D. Grayscale: #DEDEDE. Windows color (decimal): -1189166 or 13818605. OLE color: 13818605.

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

Color convert

RGB237218210-
CMYK00.080.110.07
HSL17.78º42.86%87.65%-
HSV(B)17.78º11.39%92.94%-
XYZ71.6372.871.25-
YUV222.77120.79138.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 210 (82.42% from 255) = 31.58%
R=35.64%
G=32.78%
B=31.58%

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
Decimal23721821000.080.110.0717.7842.8687.65
HexEDDAD208B7122b58
Octal3553323220101372253130
Binary111011011101101011010010010001011111100101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAD2; }

 p { color: rgb(237,218,210); }

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

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

 a { background-color: rgb(237,218,210); }

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

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

 span { border-color: rgb(237,218,210); }

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