Html Css Color HEX #EBD9D2 Pot Pourri

📋 copy color: '#EBD9D2'

red 235 ◦ green 217 ◦ blue 210

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

Shades of Pot Pourri #EBD9D2

Tints of Pot Pourri #EBD9D2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.78%

 BLUE value IS 210 (82.42% from 255) = 31.72%

R = 35.5%
G = 32.78%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBD9D2 (or 0xEBD9D2) is known color: Pot Pourri. HEX triplet: EB, D9 and D2. RGB value is (235,217,210). Sum of RGB (Red+Green+Blue) = 235+217+210=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9D2 is #14262D. Grayscale: #DDDDDD. Windows color (decimal): -1320494 or 13818347. OLE color: 13818347.

HSL color Cylindrical-coordinate representation of color #EBD9D2: hue angle of 16.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD9D2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 217 210 -
CMYK 0 0.08 0.11 0.08
HSL 16.8º 0.38% 0.87% -
HSV(B) 16.8º 0.11% 0.92% -
XYZ 70.71 71.94 71.13 -
YUV 221.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 235 217 210 0 0.08 0.11 0.08 16.8 0.38 0.87
Hex EB D9 D2 0 8 B 8 11 26 57
Octal 353 331 322 0 10 13 10 21 46 127
Binary 11101011 11011001 11010010 0 1000 1011 1000 10001 100110 1010111

Color Harmonies of #EBD9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9D2

Black with #EBD9D2

Text Example


Text Example

White with #EBD9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9D2; }

 p { color: rgb(235,217,210); }

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

background-color css

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

 a { background-color: rgb(235,217,210); }

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

border-color css

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

 span { border-color: rgb(235,217,210); }

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