Html Css Color HEX #ECDCD2 Pot Pourri

📋 copy color: '#ECDCD2'

red 236 ◦ green 220 ◦ blue 210

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

Shades of Pot Pourri #ECDCD2

Tints of Pot Pourri #ECDCD2

RGB

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

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

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

R = 35.44%
G = 33.03%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECDCD2 (or 0xECDCD2) is known color: Pot Pourri. HEX triplet: EC, DC and D2. RGB value is (236,220,210). Sum of RGB (Red+Green+Blue) = 236+220+210=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD2 is #13232D. Grayscale: #DFDFDF. Windows color (decimal): -1254190 or 13819116. OLE color: 13819116.

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

Color convert

RGB 236 220 210 -
CMYK 0 0.07 0.11 0.07
HSL 23.08º 0.41% 0.87% -
HSV(B) 23.08º 0.11% 0.93% -
XYZ 71.82 73.67 71.41 -
YUV 223.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 236 220 210 0 0.07 0.11 0.07 23.08 0.41 0.87
Hex EC DC D2 0 7 B 7 17 29 57
Octal 354 334 322 0 7 13 7 27 51 127
Binary 11101100 11011100 11010010 0 111 1011 111 10111 101001 1010111

Color Harmonies of #ECDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCD2

Black with #ECDCD2

Text Example


Text Example

White with #ECDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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