Html Css Color HEX #EEE0DE Soft Peach

📋 copy color: '#EEE0DE'

red 238 ◦ green 224 ◦ blue 222

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

Shades of Soft Peach #EEE0DE

Tints of Soft Peach #EEE0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.75%

 BLUE value IS 222 (87.11% from 255) = 32.46%

R = 34.8%
G = 32.75%
B = 32.46%

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

#EEE0DE (or 0xEEE0DE) is known color: Soft Peach. HEX triplet: EE, E0 and DE. RGB value is (238,224,222). Sum of RGB (Red+Green+Blue) = 238+224+222=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DE is #111F21. Grayscale: #E3E3E3. Windows color (decimal): -1122082 or 14606574. OLE color: 14606574.

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

Color convert

RGB 238 224 222 -
CMYK 0 0.06 0.07 0.07
HSL 7.5º 0.32% 0.9% -
HSV(B) 7.5º 0.07% 0.93% -
XYZ 75.1 76.76 79.97 -
YUV 227.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 238 224 222 0 0.06 0.07 0.07 7.5 0.32 0.9
Hex EE E0 DE 0 6 7 7 8 20 5A
Octal 356 340 336 0 6 7 7 10 40 132
Binary 11101110 11100000 11011110 0 110 111 111 1000 100000 1011010

Color Harmonies of #EEE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE0DE

Black with #EEE0DE

Text Example


Text Example

White with #EEE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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