Html Css Color HEX #EBDDD5 Pot Pourri

📋 copy color: '#EBDDD5'

red 235 ◦ green 221 ◦ blue 213

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

Shades of Pot Pourri #EBDDD5

Tints of Pot Pourri #EBDDD5

RGB

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

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

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

R = 35.13%
G = 33.03%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBDDD5 (or 0xEBDDD5) is known color: Pot Pourri. HEX triplet: EB, DD and D5. RGB value is (235,221,213). Sum of RGB (Red+Green+Blue) = 235+221+213=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD5 is #14222A. Grayscale: #E0E0E0. Windows color (decimal): -1319467 or 14015979. OLE color: 14015979.

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

Color convert

RGB 235 221 213 -
CMYK 0 0.06 0.09 0.08
HSL 21.82º 0.35% 0.88% -
HSV(B) 21.82º 0.09% 0.92% -
XYZ 72.13 74.18 73.47 -
YUV 224.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 235 221 213 0 0.06 0.09 0.08 21.82 0.35 0.88
Hex EB DD D5 0 6 9 8 16 23 58
Octal 353 335 325 0 6 11 10 26 43 130
Binary 11101011 11011101 11010101 0 110 1001 1000 10110 100011 1011000

Color Harmonies of #EBDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDD5

Black with #EBDDD5

Text Example


Text Example

White with #EBDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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