Html Css Color HEX #ECDCD6 Pot Pourri

📋 copy color: '#ECDCD6'

red 236 ◦ green 220 ◦ blue 214

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

Shades of Pot Pourri #ECDCD6

Tints of Pot Pourri #ECDCD6

RGB

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

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

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

R = 35.22%
G = 32.84%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECDCD6 (or 0xECDCD6) is known color: Pot Pourri. HEX triplet: EC, DC and D6. RGB value is (236,220,214). Sum of RGB (Red+Green+Blue) = 236+220+214=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD6 is #132329. Grayscale: #E0E0E0. Windows color (decimal): -1254186 or 14081260. OLE color: 14081260.

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

Color convert

RGB 236 220 214 -
CMYK 0 0.07 0.09 0.07
HSL 16.36º 0.37% 0.88% -
HSV(B) 16.36º 0.09% 0.93% -
XYZ 72.32 73.87 74.07 -
YUV 224.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 236 220 214 0 0.07 0.09 0.07 16.36 0.37 0.88
Hex EC DC D6 0 7 9 7 10 25 58
Octal 354 334 326 0 7 11 7 20 45 130
Binary 11101100 11011100 11010110 0 111 1001 111 10000 100101 1011000

Color Harmonies of #ECDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCD6

Black with #ECDCD6

Text Example


Text Example

White with #ECDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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