Html Css Color HEX #EDDEDD Soft Peach

📋 copy color: '#EDDEDD'

red 237 ◦ green 222 ◦ blue 221

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

Shades of Soft Peach #EDDEDD

Tints of Soft Peach #EDDEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.5%

R = 34.85%
G = 32.65%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDDEDD (or 0xEDDEDD) is known color: Soft Peach. HEX triplet: ED, DE and DD. RGB value is (237,222,221). Sum of RGB (Red+Green+Blue) = 237+222+221=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEDD is #122122. Grayscale: #E2E2E2. Windows color (decimal): -1188131 or 14540525. OLE color: 14540525.

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

Color convert

RGB 237 222 221 -
CMYK 0 0.06 0.07 0.07
HSL 3.75º 0.31% 0.9% -
HSV(B) 3.75º 0.07% 0.93% -
XYZ 74.1 75.47 79.07 -
YUV 226.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 237 222 221 0 0.06 0.07 0.07 3.75 0.31 0.9
Hex ED DE DD 0 6 7 7 4 1F 5A
Octal 355 336 335 0 6 7 7 4 37 132
Binary 11101101 11011110 11011101 0 110 111 111 100 11111 1011010

Color Harmonies of #EDDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEDD

Black with #EDDEDD

Text Example


Text Example

White with #EDDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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