Html Css Color HEX #ECE0DC Pot Pourri

📋 copy color: '#ECE0DC'

red 236 ◦ green 224 ◦ blue 220

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

Shades of Pot Pourri #ECE0DC

Tints of Pot Pourri #ECE0DC

RGB

 RED value IS 236 (92.58% from 255) = 34.71%

 GREEN value IS 224 (87.89% from 255) = 32.94%

 BLUE value IS 220 (86.33% from 255) = 32.35%

R = 34.71%
G = 32.94%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECE0DC (or 0xECE0DC) is known color: Pot Pourri. HEX triplet: EC, E0 and DC. RGB value is (236,224,220). Sum of RGB (Red+Green+Blue) = 236+224+220=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0DC is #131F23. Grayscale: #E3E3E3. Windows color (decimal): -1253156 or 14475500. OLE color: 14475500.

HSL color Cylindrical-coordinate representation of color #ECE0DC: hue angle of 15º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE0DC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 220 -
CMYK 0 0.05 0.07 0.07
HSL 15º 0.3% 0.89% -
HSV(B) 15º 0.07% 0.93% -
XYZ 74.17 76.31 78.53 -
YUV 227.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 236 224 220 0 0.05 0.07 0.07 15 0.3 0.89
Hex EC E0 DC 0 5 7 7 F 1E 59
Octal 354 340 334 0 5 7 7 17 36 131
Binary 11101100 11100000 11011100 0 101 111 111 1111 11110 1011001

Color Harmonies of #ECE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE0DC

Black with #ECE0DC

Text Example


Text Example

White with #ECE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE0DC; }

 p { color: rgb(236,224,220); }

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

background-color css

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

 a { background-color: rgb(236,224,220); }

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

border-color css

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

 span { border-color: rgb(236,224,220); }

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