#EBDAD3

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

Shades of Pot Pourri #EBDAD3

Tints of Pot Pourri #EBDAD3

Color information

#EBDAD3 (or 0xEBDAD3) is unknown color: approx Pot Pourri. HEX triplet: EB, DA and D3. RGB value is (235,218,211). Sum of RGB (Red+Green+Blue) = 235+218+211=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD3 is #14252C. Grayscale: #DEDEDE. Windows color (decimal): -1320237 or 13884139. OLE color: 13884139.

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

Color convert

RGB235218211-
CMYK00.070.100.08
HSL17.5º37.5%87.45%-
HSV(B)17.5º10.21%92.16%-
XYZ71.0972.5171.88-
YUV222.28121.63137.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 211 (82.81% from 255) = 31.78%
R=35.39%
G=32.83%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521821100.070.100.0817.537.587.45
HexEBDAD307A8122657
Octal3533323230712102246127
Binary111010111101101011010011011110101000100101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD3; }

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

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

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

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

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

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

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

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