Html Css Color HEX #EBE0DB Pot Pourri

📋 copy color: '#EBE0DB'

red 235 ◦ green 224 ◦ blue 219

#EBE0DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pot Pourri #EBE0DB

Tints of Pot Pourri #EBE0DB

RGB

 RED value IS 235 (92.19% from 255) = 34.66%

 GREEN value IS 224 (87.89% from 255) = 33.04%

 BLUE value IS 219 (85.94% from 255) = 32.3%

R = 34.66%
G = 33.04%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBE0DB (or 0xEBE0DB) is known color: Pot Pourri. HEX triplet: EB, E0 and DB. RGB value is (235,224,219). Sum of RGB (Red+Green+Blue) = 235+224+219=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0DB is #141F24. Grayscale: #E2E2E2. Windows color (decimal): -1318693 or 14409963. OLE color: 14409963.

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

Color convert

RGB 235 224 219 -
CMYK 0 0.05 0.07 0.08
HSL 18.75º 0.29% 0.89% -
HSV(B) 18.75º 0.07% 0.92% -
XYZ 73.7 76.09 77.82 -
YUV 226.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 235 224 219 0 0.05 0.07 0.08 18.75 0.29 0.89
Hex EB E0 DB 0 5 7 8 13 1D 59
Octal 353 340 333 0 5 7 10 23 35 131
Binary 11101011 11100000 11011011 0 101 111 1000 10011 11101 1011001

Color Harmonies of #EBE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0DB

Black with #EBE0DB

Text Example


Text Example

White with #EBE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0DB; }

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

 H1.HeaderClassName
 {
   color: #EBE0DB;
 }
 .AnyTagClassName
 {
   color: #EBE0DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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