#EBDFDB

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

Shades of Pot Pourri #EBDFDB

Tints of Pot Pourri #EBDFDB

Color information

#EBDFDB (or 0xEBDFDB) is unknown color: approx Pot Pourri. HEX triplet: EB, DF and DB. RGB value is (235,223,219). Sum of RGB (Red+Green+Blue) = 235+223+219=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDB is #142024. Grayscale: #E2E2E2. Windows color (decimal): -1318949 or 14409707. OLE color: 14409707.

HSL color Cylindrical-coordinate representation of color #EBDFDB: hue angle of 15º degrees, saturation: 0.29, 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 #EBDFDB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235223219-
CMYK00.050.070.08
HSL15º28.57%89.02%-
HSV(B)15º6.81%92.16%-
XYZ73.4375.5577.73-
YUV226.13123.98134.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=34.71%
G=32.94%
B=32.35%

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
Decimal23522321900.050.070.081528.5789.02
HexEBDFDB0578f1d59
Octal353337333057101735131
Binary111010111101111111011011010111110001111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFDB; }

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

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

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

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

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

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

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

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