Html Css Color HEX #EDDCD3 Pot Pourri

📋 copy color: '#EDDCD3'

red 237 ◦ green 220 ◦ blue 211

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

Shades of Pot Pourri #EDDCD3

Tints of Pot Pourri #EDDCD3

RGB

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

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

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

R = 35.48%
G = 32.93%
B = 31.59%

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

#EDDCD3 (or 0xEDDCD3) is known color: Pot Pourri. HEX triplet: ED, DC and D3. RGB value is (237,220,211). Sum of RGB (Red+Green+Blue) = 237+220+211=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD3 is #12232C. Grayscale: #E0E0E0. Windows color (decimal): -1188653 or 13884653. OLE color: 13884653.

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

Color convert

RGB 237 220 211 -
CMYK 0 0.07 0.11 0.07
HSL 20.77º 0.42% 0.88% -
HSV(B) 20.77º 0.11% 0.93% -
XYZ 72.28 73.89 72.08 -
YUV 224.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 237 220 211 0 0.07 0.11 0.07 20.77 0.42 0.88
Hex ED DC D3 0 7 B 7 15 2A 58
Octal 355 334 323 0 7 13 7 25 52 130
Binary 11101101 11011100 11010011 0 111 1011 111 10101 101010 1011000

Color Harmonies of #EDDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCD3

Black with #EDDCD3

Text Example


Text Example

White with #EDDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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