Html Css Color HEX #EEE1DF Soft Peach

📋 copy color: '#EEE1DF'

red 238 ◦ green 225 ◦ blue 223

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

Shades of Soft Peach #EEE1DF

Tints of Soft Peach #EEE1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.51%

R = 34.69%
G = 32.8%
B = 32.51%

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

#EEE1DF (or 0xEEE1DF) is known color: Soft Peach. HEX triplet: EE, E1 and DF. RGB value is (238,225,223). Sum of RGB (Red+Green+Blue) = 238+225+223=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DF is #111E20. Grayscale: #E4E4E4. Windows color (decimal): -1121825 or 14672366. OLE color: 14672366.

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

Color convert

RGB 238 225 223 -
CMYK 0 0.05 0.06 0.07
HSL 0.31% 0.9% -
HSV(B) 0.06% 0.93% -
XYZ 75.5 77.36 80.76 -
YUV 228.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 238 225 223 0 0.05 0.06 0.07 8 0.31 0.9
Hex EE E1 DF 0 5 6 7 8 1F 5A
Octal 356 341 337 0 5 6 7 10 37 132
Binary 11101110 11100001 11011111 0 101 110 111 1000 11111 1011010

Color Harmonies of #EEE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1DF

Black with #EEE1DF

Text Example


Text Example

White with #EEE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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