Html Css Color HEX #EEE2E0 Soft Peach

📋 copy color: '#EEE2E0'

red 238 ◦ green 226 ◦ blue 224

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

Shades of Soft Peach #EEE2E0

Tints of Soft Peach #EEE2E0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.85%

 BLUE value IS 224 (87.89% from 255) = 32.56%

R = 34.59%
G = 32.85%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEE2E0 (or 0xEEE2E0) is known color: Soft Peach. HEX triplet: EE, E2 and E0. RGB value is (238,226,224). Sum of RGB (Red+Green+Blue) = 238+226+224=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2E0 is #111D1F. Grayscale: #E5E5E5. Windows color (decimal): -1121568 or 14738158. OLE color: 14738158.

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

Color convert

RGB 238 226 224 -
CMYK 0 0.05 0.06 0.07
HSL 8.57º 0.29% 0.91% -
HSV(B) 8.57º 0.06% 0.93% -
XYZ 75.91 77.95 81.57 -
YUV 229.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 238 226 224 0 0.05 0.06 0.07 8.57 0.29 0.91
Hex EE E2 E0 0 5 6 7 9 1D 5B
Octal 356 342 340 0 5 6 7 11 35 133
Binary 11101110 11100010 11100000 0 101 110 111 1001 11101 1011011

Color Harmonies of #EEE2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2E0

Black with #EEE2E0

Text Example


Text Example

White with #EEE2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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