Html Css Color HEX #EDDEDA Pot Pourri

📋 copy color: '#EDDEDA'

red 237 ◦ green 222 ◦ blue 218

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

Shades of Pot Pourri #EDDEDA

Tints of Pot Pourri #EDDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.79%

 BLUE value IS 218 (85.55% from 255) = 32.2%

R = 35.01%
G = 32.79%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDDEDA (or 0xEDDEDA) is known color: Pot Pourri. HEX triplet: ED, DE and DA. RGB value is (237,222,218). Sum of RGB (Red+Green+Blue) = 237+222+218=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEDA is #122125. Grayscale: #E2E2E2. Windows color (decimal): -1188134 or 14343917. OLE color: 14343917.

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

Color convert

RGB 237 222 218 -
CMYK 0 0.06 0.08 0.07
HSL 12.63º 0.35% 0.89% -
HSV(B) 12.63º 0.08% 0.93% -
XYZ 73.7 75.31 76.98 -
YUV 226.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 237 222 218 0 0.06 0.08 0.07 12.63 0.35 0.89
Hex ED DE DA 0 6 8 7 D 23 59
Octal 355 336 332 0 6 10 7 15 43 131
Binary 11101101 11011110 11011010 0 110 1000 111 1101 100011 1011001

Color Harmonies of #EDDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEDA

Black with #EDDEDA

Text Example


Text Example

White with #EDDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEDA; }

 p { color: rgb(237,222,218); }

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

background-color css

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

 a { background-color: rgb(237,222,218); }

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

border-color css

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

 span { border-color: rgb(237,222,218); }

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