Html Css Color HEX #EDE0DC Pot Pourri

📋 copy color: '#EDE0DC'

red 237 ◦ green 224 ◦ blue 220

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

Shades of Pot Pourri #EDE0DC

Tints of Pot Pourri #EDE0DC

RGB

 RED value IS 237 (92.97% from 255) = 34.8%

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

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

R = 34.8%
G = 32.89%
B = 32.31%

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

#EDE0DC (or 0xEDE0DC) is known color: Pot Pourri. HEX triplet: ED, E0 and DC. RGB value is (237,224,220). Sum of RGB (Red+Green+Blue) = 237+224+220=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0DC is #121F23. Grayscale: #E3E3E3. Windows color (decimal): -1187620 or 14475501. OLE color: 14475501.

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

Color convert

RGB 237 224 220 -
CMYK 0 0.05 0.07 0.07
HSL 14.12º 0.32% 0.9% -
HSV(B) 14.12º 0.07% 0.93% -
XYZ 74.5 76.48 78.55 -
YUV 227.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 237 224 220 0 0.05 0.07 0.07 14.12 0.32 0.9
Hex ED E0 DC 0 5 7 7 E 20 5A
Octal 355 340 334 0 5 7 7 16 40 132
Binary 11101101 11100000 11011100 0 101 111 111 1110 100000 1011010

Color Harmonies of #EDE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0DC

Black with #EDE0DC

Text Example


Text Example

White with #EDE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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