Html Css Color HEX #EBDCD6 Pot Pourri

📋 copy color: '#EBDCD6'

red 235 ◦ green 220 ◦ blue 214

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

Shades of Pot Pourri #EBDCD6

Tints of Pot Pourri #EBDCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.99%

R = 35.13%
G = 32.88%
B = 31.99%

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

#EBDCD6 (or 0xEBDCD6) is known color: Pot Pourri. HEX triplet: EB, DC and D6. RGB value is (235,220,214). Sum of RGB (Red+Green+Blue) = 235+220+214=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD6 is #142329. Grayscale: #DFDFDF. Windows color (decimal): -1319722 or 14081259. OLE color: 14081259.

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

Color convert

RGB 235 220 214 -
CMYK 0 0.06 0.09 0.08
HSL 17.14º 0.34% 0.88% -
HSV(B) 17.14º 0.09% 0.92% -
XYZ 71.99 73.7 74.05 -
YUV 223.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 235 220 214 0 0.06 0.09 0.08 17.14 0.34 0.88
Hex EB DC D6 0 6 9 8 11 22 58
Octal 353 334 326 0 6 11 10 21 42 130
Binary 11101011 11011100 11010110 0 110 1001 1000 10001 100010 1011000

Color Harmonies of #EBDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCD6

Black with #EBDCD6

Text Example


Text Example

White with #EBDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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