Html Css Color HEX #EEDAD9 Soft Peach

📋 copy color: '#EEDAD9'

red 238 ◦ green 218 ◦ blue 217

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

Shades of Soft Peach #EEDAD9

Tints of Soft Peach #EEDAD9

RGB

 RED value IS 238 (93.36% from 255) = 35.36%

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

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 35.36%
G = 32.39%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEDAD9 (or 0xEEDAD9) is known color: Soft Peach. HEX triplet: EE, DA and D9. RGB value is (238,218,217). Sum of RGB (Red+Green+Blue) = 238+218+217=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD9 is #112526. Grayscale: #DFDFDF. Windows color (decimal): -1123623 or 14277358. OLE color: 14277358.

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

Color convert

RGB 238 218 217 -
CMYK 0 0.08 0.09 0.07
HSL 2.86º 0.38% 0.89% -
HSV(B) 2.86º 0.09% 0.93% -
XYZ 72.86 73.33 75.96 -
YUV 223.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 238 218 217 0 0.08 0.09 0.07 2.86 0.38 0.89
Hex EE DA D9 0 8 9 7 3 26 59
Octal 356 332 331 0 10 11 7 3 46 131
Binary 11101110 11011010 11011001 0 1000 1001 111 11 100110 1011001

Color Harmonies of #EEDAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAD9

Black with #EEDAD9

Text Example


Text Example

White with #EEDAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAD9; }

 p { color: rgb(238,218,217); }

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

background-color css

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

 a { background-color: rgb(238,218,217); }

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

border-color css

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

 span { border-color: rgb(238,218,217); }

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