Html Css Color HEX #EBDDD4 Pot Pourri

📋 copy color: '#EBDDD4'

red 235 ◦ green 221 ◦ blue 212

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

Shades of Pot Pourri #EBDDD4

Tints of Pot Pourri #EBDDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.08%

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

R = 35.18%
G = 33.08%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBDDD4 (or 0xEBDDD4) is known color: Pot Pourri. HEX triplet: EB, DD and D4. RGB value is (235,221,212). Sum of RGB (Red+Green+Blue) = 235+221+212=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD4 is #14222B. Grayscale: #E0E0E0. Windows color (decimal): -1319468 or 13950443. OLE color: 13950443.

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

Color convert

RGB 235 221 212 -
CMYK 0 0.06 0.10 0.08
HSL 23.48º 0.37% 0.88% -
HSV(B) 23.48º 0.1% 0.92% -
XYZ 72 74.13 72.8 -
YUV 224.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 235 221 212 0 0.06 0.10 0.08 23.48 0.37 0.88
Hex EB DD D4 0 6 A 8 17 25 58
Octal 353 335 324 0 6 12 10 27 45 130
Binary 11101011 11011101 11010100 0 110 1010 1000 10111 100101 1011000

Color Harmonies of #EBDDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDD4

Black with #EBDDD4

Text Example


Text Example

White with #EBDDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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