#EBDAD1

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

Shades of Pot Pourri #EBDAD1

Tints of Pot Pourri #EBDAD1

Color information

#EBDAD1 (or 0xEBDAD1) is unknown color: approx Pot Pourri. HEX triplet: EB, DA and D1. RGB value is (235,218,209). Sum of RGB (Red+Green+Blue) = 235+218+209=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD1 is #14252E. Grayscale: #DEDEDE. Windows color (decimal): -1320239 or 13753067. OLE color: 13753067.

HSL color Cylindrical-coordinate representation of color #EBDAD1: hue angle of 20.77º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDAD1 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235218209-
CMYK00.070.110.08
HSL20.77º39.39%87.06%-
HSV(B)20.77º11.06%92.16%-
XYZ70.8472.4170.56-
YUV222.06120.63137.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=35.50%
G=32.93%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521820900.070.110.0820.7739.3987.06
HexEBDAD107B8152757
Octal3533323210713102547127
Binary111010111101101011010001011110111000101011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD1; }

 p { color: rgb(235,218,209); }

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

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

 a { background-color: rgb(235,218,209); }

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

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

 span { border-color: rgb(235,218,209); }

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