Html Css Color HEX #EBDEDA Pot Pourri

📋 copy color: '#EBDEDA'

red 235 ◦ green 222 ◦ blue 218

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

Shades of Pot Pourri #EBDEDA

Tints of Pot Pourri #EBDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.89%

 BLUE value IS 218 (85.55% from 255) = 32.3%

R = 34.81%
G = 32.89%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBDEDA (or 0xEBDEDA) is known color: Pot Pourri. HEX triplet: EB, DE and DA. RGB value is (235,222,218). Sum of RGB (Red+Green+Blue) = 235+222+218=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEDA is #142125. Grayscale: #E1E1E1. Windows color (decimal): -1319206 or 14343915. OLE color: 14343915.

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

Color convert

RGB 235 222 218 -
CMYK 0 0.06 0.07 0.08
HSL 14.12º 0.3% 0.89% -
HSV(B) 14.12º 0.07% 0.92% -
XYZ 73.04 74.97 76.95 -
YUV 225.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 235 222 218 0 0.06 0.07 0.08 14.12 0.3 0.89
Hex EB DE DA 0 6 7 8 E 1E 59
Octal 353 336 332 0 6 7 10 16 36 131
Binary 11101011 11011110 11011010 0 110 111 1000 1110 11110 1011001

Color Harmonies of #EBDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEDA

Black with #EBDEDA

Text Example


Text Example

White with #EBDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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