Html Css Color HEX #EDDDD3 Pot Pourri

📋 copy color: '#EDDDD3'

red 237 ◦ green 221 ◦ blue 211

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

Shades of Pot Pourri #EDDDD3

Tints of Pot Pourri #EDDDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.03%

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

R = 35.43%
G = 33.03%
B = 31.54%

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

#EDDDD3 (or 0xEDDDD3) is known color: Pot Pourri. HEX triplet: ED, DD and D3. RGB value is (237,221,211). Sum of RGB (Red+Green+Blue) = 237+221+211=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD3 is #12222C. Grayscale: #E0E0E0. Windows color (decimal): -1188397 or 13884909. OLE color: 13884909.

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

Color convert

RGB 237 221 211 -
CMYK 0 0.07 0.11 0.07
HSL 23.08º 0.42% 0.88% -
HSV(B) 23.08º 0.11% 0.93% -
XYZ 72.54 74.42 72.17 -
YUV 224.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 237 221 211 0 0.07 0.11 0.07 23.08 0.42 0.88
Hex ED DD D3 0 7 B 7 17 2A 58
Octal 355 335 323 0 7 13 7 27 52 130
Binary 11101101 11011101 11010011 0 111 1011 111 10111 101010 1011000

Color Harmonies of #EDDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDD3

Black with #EDDDD3

Text Example


Text Example

White with #EDDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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