#EBDDD6

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

Shades of Pot Pourri #EBDDD6

Tints of Pot Pourri #EBDDD6

Color information

#EBDDD6 (or 0xEBDDD6) is unknown color: approx Pot Pourri. HEX triplet: EB, DD and D6. RGB value is (235,221,214). Sum of RGB (Red+Green+Blue) = 235+221+214=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD6 is #142229. Grayscale: #E0E0E0. Windows color (decimal): -1319466 or 14081515. OLE color: 14081515.

HSL color Cylindrical-coordinate representation of color #EBDDD6: hue angle of 20º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235221214-
CMYK00.060.090.08
HSL20º34.43%88.04%-
HSV(B)20º8.94%92.16%-
XYZ72.2674.2374.14-
YUV224.39122.14135.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=35.07%
G=32.99%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522121400.060.090.082034.4388.04
HexEBDDD60698142258
Octal3533353260611102442130
Binary111010111101110111010110011010011000101001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD6; }

 p { color: rgb(235,221,214); }

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

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

 a { background-color: rgb(235,221,214); }

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

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

 span { border-color: rgb(235,221,214); }

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