#EBDFDA

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

Shades of Pot Pourri #EBDFDA

Tints of Pot Pourri #EBDFDA

Color information

#EBDFDA (or 0xEBDFDA) is unknown color: approx Pot Pourri. HEX triplet: EB, DF and DA. RGB value is (235,223,218). Sum of RGB (Red+Green+Blue) = 235+223+218=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDA is #142025. Grayscale: #E2E2E2. Windows color (decimal): -1318950 or 14344171. OLE color: 14344171.

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

Color convert

RGB235223218-
CMYK00.050.070.08
HSL17.65º29.82%88.82%-
HSV(B)17.65º7.23%92.16%-
XYZ73.375.577.04-
YUV226.02123.48134.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=34.76%
G=32.99%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522321800.050.070.0817.6529.8288.82
HexEBDFDA0578121e59
Octal353337332057102236131
Binary1110101111011111110110100101111100010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFDA; }

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

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

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

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

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

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

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

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