Html Css Color HEX #EDDAD3 Pot Pourri

📋 copy color: '#EDDAD3'

red 237 ◦ green 218 ◦ blue 211

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

Shades of Pot Pourri #EDDAD3

Tints of Pot Pourri #EDDAD3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.73%

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

R = 35.59%
G = 32.73%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDDAD3 (or 0xEDDAD3) is known color: Pot Pourri. HEX triplet: ED, DA and D3. RGB value is (237,218,211). Sum of RGB (Red+Green+Blue) = 237+218+211=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD3 is #12252C. Grayscale: #DEDEDE. Windows color (decimal): -1189165 or 13884141. OLE color: 13884141.

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

Color convert

RGB 237 218 211 -
CMYK 0 0.08 0.11 0.07
HSL 16.15º 0.42% 0.88% -
HSV(B) 16.15º 0.11% 0.93% -
XYZ 71.75 72.85 71.91 -
YUV 222.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 237 218 211 0 0.08 0.11 0.07 16.15 0.42 0.88
Hex ED DA D3 0 8 B 7 10 2A 58
Octal 355 332 323 0 10 13 7 20 52 130
Binary 11101101 11011010 11010011 0 1000 1011 111 10000 101010 1011000

Color Harmonies of #EDDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAD3

Black with #EDDAD3

Text Example


Text Example

White with #EDDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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