Html Css Color HEX #EDDBD1 Pot Pourri

📋 copy color: '#EDDBD1'

red 237 ◦ green 219 ◦ blue 209

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

Shades of Pot Pourri #EDDBD1

Tints of Pot Pourri #EDDBD1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.93%

 BLUE value IS 209 (82.03% from 255) = 31.43%

R = 35.64%
G = 32.93%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDDBD1 (or 0xEDDBD1) is known color: Pot Pourri. HEX triplet: ED, DB and D1. RGB value is (237,219,209). Sum of RGB (Red+Green+Blue) = 237+219+209=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD1 is #12242E. Grayscale: #DFDFDF. Windows color (decimal): -1188911 or 13753325. OLE color: 13753325.

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

Color convert

RGB 237 219 209 -
CMYK 0 0.08 0.12 0.07
HSL 21.43º 0.44% 0.87% -
HSV(B) 21.43º 0.12% 0.93% -
XYZ 71.77 73.27 70.68 -
YUV 223.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 237 219 209 0 0.08 0.12 0.07 21.43 0.44 0.87
Hex ED DB D1 0 8 C 7 15 2C 57
Octal 355 333 321 0 10 14 7 25 54 127
Binary 11101101 11011011 11010001 0 1000 1100 111 10101 101100 1010111

Color Harmonies of #EDDBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBD1

Black with #EDDBD1

Text Example


Text Example

White with #EDDBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBD1; }

 p { color: rgb(237,219,209); }

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

background-color css

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

 a { background-color: rgb(237,219,209); }

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

border-color css

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

 span { border-color: rgb(237,219,209); }

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