Html Css Color HEX #EEDFDE Soft Peach

📋 copy color: '#EEDFDE'

red 238 ◦ green 223 ◦ blue 222

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

Shades of Soft Peach #EEDFDE

Tints of Soft Peach #EEDFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.65%

 BLUE value IS 222 (87.11% 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

#EEDFDE (or 0xEEDFDE) is known color: Soft Peach. HEX triplet: EE, DF and DE. RGB value is (238,223,222). Sum of RGB (Red+Green+Blue) = 238+223+222=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDE is #112021. Grayscale: #E3E3E3. Windows color (decimal): -1122338 or 14606318. OLE color: 14606318.

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

Color convert

RGB 238 223 222 -
CMYK 0 0.06 0.07 0.07
HSL 3.75º 0.32% 0.9% -
HSV(B) 3.75º 0.07% 0.93% -
XYZ 74.83 76.23 79.88 -
YUV 227.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 238 223 222 0 0.06 0.07 0.07 3.75 0.32 0.9
Hex EE DF DE 0 6 7 7 4 20 5A
Octal 356 337 336 0 6 7 7 4 40 132
Binary 11101110 11011111 11011110 0 110 111 111 100 100000 1011010

Color Harmonies of #EEDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFDE

Black with #EEDFDE

Text Example


Text Example

White with #EEDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFDE; }

 p { color: rgb(238,223,222); }

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

background-color css

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

 a { background-color: rgb(238,223,222); }

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

border-color css

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

 span { border-color: rgb(238,223,222); }

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