Html Css Color HEX #EBE0DC Pot Pourri

📋 copy color: '#EBE0DC'

red 235 ◦ green 224 ◦ blue 220

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

Shades of Pot Pourri #EBE0DC

Tints of Pot Pourri #EBE0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 34.61%
G = 32.99%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE0DC (or 0xEBE0DC) is known color: Pot Pourri. HEX triplet: EB, E0 and DC. RGB value is (235,224,220). Sum of RGB (Red+Green+Blue) = 235+224+220=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0DC is #141F23. Grayscale: #E2E2E2. Windows color (decimal): -1318692 or 14475499. OLE color: 14475499.

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

Color convert

RGB 235 224 220 -
CMYK 0 0.05 0.06 0.08
HSL 16º 0.27% 0.89% -
HSV(B) 16º 0.06% 0.92% -
XYZ 73.83 76.14 78.52 -
YUV 226.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 235 224 220 0 0.05 0.06 0.08 16 0.27 0.89
Hex EB E0 DC 0 5 6 8 10 1B 59
Octal 353 340 334 0 5 6 10 20 33 131
Binary 11101011 11100000 11011100 0 101 110 1000 10000 11011 1011001

Color Harmonies of #EBE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0DC

Black with #EBE0DC

Text Example


Text Example

White with #EBE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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