Html Css Color HEX #EDDCD7 Pot Pourri

📋 copy color: '#EDDCD7'

red 237 ◦ green 220 ◦ blue 215

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

Shades of Pot Pourri #EDDCD7

Tints of Pot Pourri #EDDCD7

RGB

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

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

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

R = 35.27%
G = 32.74%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDDCD7 (or 0xEDDCD7) is known color: Pot Pourri. HEX triplet: ED, DC and D7. RGB value is (237,220,215). Sum of RGB (Red+Green+Blue) = 237+220+215=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD7 is #122328. Grayscale: #E0E0E0. Windows color (decimal): -1188649 or 14146797. OLE color: 14146797.

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

Color convert

RGB 237 220 215 -
CMYK 0 0.07 0.09 0.07
HSL 13.64º 0.38% 0.89% -
HSV(B) 13.64º 0.09% 0.93% -
XYZ 72.78 74.1 74.76 -
YUV 224.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 237 220 215 0 0.07 0.09 0.07 13.64 0.38 0.89
Hex ED DC D7 0 7 9 7 E 26 59
Octal 355 334 327 0 7 11 7 16 46 131
Binary 11101101 11011100 11010111 0 111 1001 111 1110 100110 1011001

Color Harmonies of #EDDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCD7

Black with #EDDCD7

Text Example


Text Example

White with #EDDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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