Html Css Color HEX #EBDBD4 Pot Pourri

📋 copy color: '#EBDBD4'

red 235 ◦ green 219 ◦ blue 212

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

Shades of Pot Pourri #EBDBD4

Tints of Pot Pourri #EBDBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.83%

R = 35.29%
G = 32.88%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBDBD4 (or 0xEBDBD4) is known color: Pot Pourri. HEX triplet: EB, DB and D4. RGB value is (235,219,212). Sum of RGB (Red+Green+Blue) = 235+219+212=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD4 is #14242B. Grayscale: #DFDFDF. Windows color (decimal): -1319980 or 13949931. OLE color: 13949931.

HSL color Cylindrical-coordinate representation of color #EBDBD4: hue angle of 18.26º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDBD4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 212 -
CMYK 0 0.07 0.10 0.08
HSL 18.26º 0.37% 0.88% -
HSV(B) 18.26º 0.1% 0.92% -
XYZ 71.48 73.08 72.63 -
YUV 222.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 235 219 212 0 0.07 0.10 0.08 18.26 0.37 0.88
Hex EB DB D4 0 7 A 8 12 25 58
Octal 353 333 324 0 7 12 10 22 45 130
Binary 11101011 11011011 11010100 0 111 1010 1000 10010 100101 1011000

Color Harmonies of #EBDBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBD4

Black with #EBDBD4

Text Example


Text Example

White with #EBDBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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