#EAE2DF

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

Shades of Pot Pourri #EAE2DF

Tints of Pot Pourri #EAE2DF

Color information

#EAE2DF (or 0xEAE2DF) is unknown color: approx Pot Pourri. HEX triplet: EA, E2 and DF. RGB value is (234,226,223). Sum of RGB (Red+Green+Blue) = 234+226+223=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2DF is #151D20. Grayscale: #E4E4E4. Windows color (decimal): -1383713 or 14672618. OLE color: 14672618.

HSL color Cylindrical-coordinate representation of color #EAE2DF: hue angle of 16.36º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE2DF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234226223-
CMYK00.030.050.08
HSL16.36º20.75%89.61%-
HSV(B)16.36º4.7%91.76%-
XYZ74.4577.2180.79-
YUV228.05125.15132.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=34.26%
G=33.09%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422622300.030.050.0816.3620.7589.61
HexEAE2DF035810155a
Octal352342337035102025132
Binary111010101110001011011111011101100010000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2DF; }

 p { color: rgb(234,226,223); }

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

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

 a { background-color: rgb(234,226,223); }

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

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

 span { border-color: rgb(234,226,223); }

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