Html Css Color HEX #EBDCD2 Pot Pourri

📋 copy color: '#EBDCD2'

red 235 ◦ green 220 ◦ blue 210

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

Shades of Pot Pourri #EBDCD2

Tints of Pot Pourri #EBDCD2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.08%

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

R = 35.34%
G = 33.08%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBDCD2 (or 0xEBDCD2) is known color: Pot Pourri. HEX triplet: EB, DC and D2. RGB value is (235,220,210). Sum of RGB (Red+Green+Blue) = 235+220+210=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD2 is #14232D. Grayscale: #DFDFDF. Windows color (decimal): -1319726 or 13819115. OLE color: 13819115.

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

Color convert

RGB 235 220 210 -
CMYK 0 0.06 0.11 0.08
HSL 24º 0.38% 0.87% -
HSV(B) 24º 0.11% 0.92% -
XYZ 71.49 73.5 71.39 -
YUV 223.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 235 220 210 0 0.06 0.11 0.08 24 0.38 0.87
Hex EB DC D2 0 6 B 8 18 26 57
Octal 353 334 322 0 6 13 10 30 46 127
Binary 11101011 11011100 11010010 0 110 1011 1000 11000 100110 1010111

Color Harmonies of #EBDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCD2

Black with #EBDCD2

Text Example


Text Example

White with #EBDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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