Html Css Color HEX #EEE1E0 Soft Peach

📋 copy color: '#EEE1E0'

red 238 ◦ green 225 ◦ blue 224

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

Shades of Soft Peach #EEE1E0

Tints of Soft Peach #EEE1E0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.75%

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

R = 34.64%
G = 32.75%
B = 32.61%

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

#EEE1E0 (or 0xEEE1E0) is known color: Soft Peach. HEX triplet: EE, E1 and E0. RGB value is (238,225,224). Sum of RGB (Red+Green+Blue) = 238+225+224=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 224 (87.89% from 255 or 32.61% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1E0 is #111E1F. Grayscale: #E4E4E4. Windows color (decimal): -1121824 or 14737902. OLE color: 14737902.

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

Color convert

RGB 238 225 224 -
CMYK 0 0.05 0.06 0.07
HSL 4.29º 0.29% 0.91% -
HSV(B) 4.29º 0.06% 0.93% -
XYZ 75.64 77.41 81.48 -
YUV 228.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 238 225 224 0 0.05 0.06 0.07 4.29 0.29 0.91
Hex EE E1 E0 0 5 6 7 4 1D 5B
Octal 356 341 340 0 5 6 7 4 35 133
Binary 11101110 11100001 11100000 0 101 110 111 100 11101 1011011

Color Harmonies of #EEE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1E0

Black with #EEE1E0

Text Example


Text Example

White with #EEE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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