Html Css Color HEX #ECDAD3 Pot Pourri

📋 copy color: '#ECDAD3'

red 236 ◦ green 218 ◦ blue 211

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

Shades of Pot Pourri #ECDAD3

Tints of Pot Pourri #ECDAD3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.78%

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 35.49%
G = 32.78%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECDAD3 (or 0xECDAD3) is known color: Pot Pourri. HEX triplet: EC, DA and D3. RGB value is (236,218,211). Sum of RGB (Red+Green+Blue) = 236+218+211=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAD3 is #13252C. Grayscale: #DEDEDE. Windows color (decimal): -1254701 or 13884140. OLE color: 13884140.

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

Color convert

RGB 236 218 211 -
CMYK 0 0.08 0.11 0.07
HSL 16.8º 0.4% 0.88% -
HSV(B) 16.8º 0.11% 0.93% -
XYZ 71.42 72.68 71.89 -
YUV 222.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 236 218 211 0 0.08 0.11 0.07 16.8 0.4 0.88
Hex EC DA D3 0 8 B 7 11 28 58
Octal 354 332 323 0 10 13 7 21 50 130
Binary 11101100 11011010 11010011 0 1000 1011 111 10001 101000 1011000

Color Harmonies of #ECDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAD3

Black with #ECDAD3

Text Example


Text Example

White with #ECDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAD3; }

 p { color: rgb(236,218,211); }

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

background-color css

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

 a { background-color: rgb(236,218,211); }

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

border-color css

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

 span { border-color: rgb(236,218,211); }

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