Html Css Color HEX #EDDDD2 Pot Pourri

📋 copy color: '#EDDDD2'

red 237 ◦ green 221 ◦ blue 210

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

Shades of Pot Pourri #EDDDD2

Tints of Pot Pourri #EDDDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.44%

R = 35.48%
G = 33.08%
B = 31.44%

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

#EDDDD2 (or 0xEDDDD2) is known color: Pot Pourri. HEX triplet: ED, DD and D2. RGB value is (237,221,210). Sum of RGB (Red+Green+Blue) = 237+221+210=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD2 is #12222D. Grayscale: #E0E0E0. Windows color (decimal): -1188398 or 13819373. OLE color: 13819373.

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

Color convert

RGB 237 221 210 -
CMYK 0 0.07 0.11 0.07
HSL 24.44º 0.43% 0.88% -
HSV(B) 24.44º 0.11% 0.93% -
XYZ 72.41 74.37 71.51 -
YUV 224.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 237 221 210 0 0.07 0.11 0.07 24.44 0.43 0.88
Hex ED DD D2 0 7 B 7 18 2B 58
Octal 355 335 322 0 7 13 7 30 53 130
Binary 11101101 11011101 11010010 0 111 1011 111 11000 101011 1011000

Color Harmonies of #EDDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDD2

Black with #EDDDD2

Text Example


Text Example

White with #EDDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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