Html Css Color HEX #EDDCD2 Pot Pourri

📋 copy color: '#EDDCD2'

red 237 ◦ green 220 ◦ blue 210

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

Shades of Pot Pourri #EDDCD2

Tints of Pot Pourri #EDDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.48%

R = 35.53%
G = 32.98%
B = 31.48%

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

#EDDCD2 (or 0xEDDCD2) is known color: Pot Pourri. HEX triplet: ED, DC and D2. RGB value is (237,220,210). Sum of RGB (Red+Green+Blue) = 237+220+210=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD2 is #12232D. Grayscale: #DFDFDF. Windows color (decimal): -1188654 or 13819117. OLE color: 13819117.

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

Color convert

RGB 237 220 210 -
CMYK 0 0.07 0.11 0.07
HSL 22.22º 0.43% 0.88% -
HSV(B) 22.22º 0.11% 0.93% -
XYZ 72.15 73.84 71.42 -
YUV 223.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 237 220 210 0 0.07 0.11 0.07 22.22 0.43 0.88
Hex ED DC D2 0 7 B 7 16 2B 58
Octal 355 334 322 0 7 13 7 26 53 130
Binary 11101101 11011100 11010010 0 111 1011 111 10110 101011 1011000

Color Harmonies of #EDDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCD2

Black with #EDDCD2

Text Example


Text Example

White with #EDDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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