Html Css Color HEX #ECDDD7 Pot Pourri

📋 copy color: '#ECDDD7'

red 236 ◦ green 221 ◦ blue 215

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

Shades of Pot Pourri #ECDDD7

Tints of Pot Pourri #ECDDD7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.89%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 35.12%
G = 32.89%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECDDD7 (or 0xECDDD7) is known color: Pot Pourri. HEX triplet: EC, DD and D7. RGB value is (236,221,215). Sum of RGB (Red+Green+Blue) = 236+221+215=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD7 is #132228. Grayscale: #E0E0E0. Windows color (decimal): -1253929 or 14147052. OLE color: 14147052.

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

Color convert

RGB 236 221 215 -
CMYK 0 0.06 0.09 0.07
HSL 17.14º 0.36% 0.88% -
HSV(B) 17.14º 0.09% 0.93% -
XYZ 72.71 74.45 74.83 -
YUV 224.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 236 221 215 0 0.06 0.09 0.07 17.14 0.36 0.88
Hex EC DD D7 0 6 9 7 11 24 58
Octal 354 335 327 0 6 11 7 21 44 130
Binary 11101100 11011101 11010111 0 110 1001 111 10001 100100 1011000

Color Harmonies of #ECDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDD7

Black with #ECDDD7

Text Example


Text Example

White with #ECDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDD7; }

 p { color: rgb(236,221,215); }

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

background-color css

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

 a { background-color: rgb(236,221,215); }

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

border-color css

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

 span { border-color: rgb(236,221,215); }

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