Html Css Color HEX #EBDBD5 Pot Pourri

📋 copy color: '#EBDBD5'

red 235 ◦ green 219 ◦ blue 213

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

Shades of Pot Pourri #EBDBD5

Tints of Pot Pourri #EBDBD5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.83%

 BLUE value IS 213 (83.59% from 255) = 31.93%

R = 35.23%
G = 32.83%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBDBD5 (or 0xEBDBD5) is known color: Pot Pourri. HEX triplet: EB, DB and D5. RGB value is (235,219,213). Sum of RGB (Red+Green+Blue) = 235+219+213=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD5 is #14242A. Grayscale: #DFDFDF. Windows color (decimal): -1319979 or 14015467. OLE color: 14015467.

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

Color convert

RGB 235 219 213 -
CMYK 0 0.07 0.09 0.08
HSL 16.36º 0.35% 0.88% -
HSV(B) 16.36º 0.09% 0.92% -
XYZ 71.6 73.13 73.29 -
YUV 223.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 235 219 213 0 0.07 0.09 0.08 16.36 0.35 0.88
Hex EB DB D5 0 7 9 8 10 23 58
Octal 353 333 325 0 7 11 10 20 43 130
Binary 11101011 11011011 11010101 0 111 1001 1000 10000 100011 1011000

Color Harmonies of #EBDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBD5

Black with #EBDBD5

Text Example


Text Example

White with #EBDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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