Html Css Color HEX #E5DFDE Soft Peach

📋 copy color: '#E5DFDE'

red 229 ◦ green 223 ◦ blue 222

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

Shades of Soft Peach #E5DFDE

Tints of Soft Peach #E5DFDE

RGB

 RED value IS 229 (89.84% from 255) = 33.98%

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

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

R = 33.98%
G = 33.09%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5DFDE (or 0xE5DFDE) is known color: Soft Peach. HEX triplet: E5, DF and DE. RGB value is (229,223,222). Sum of RGB (Red+Green+Blue) = 229+223+222=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFDE is #1A2021. Grayscale: #E0E0E0. Windows color (decimal): -1712162 or 14606309. OLE color: 14606309.

HSL color Cylindrical-coordinate representation of color #E5DFDE: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DFDE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 223 222 -
CMYK 0 0.03 0.03 0.10
HSL 8.57º 0.12% 0.88% -
HSV(B) 8.57º 0.03% 0.9% -
XYZ 71.89 74.71 79.74 -
YUV 224.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 229 223 222 0 0.03 0.03 0.10 8.57 0.12 0.88
Hex E5 DF DE 0 3 3 A 9 C 58
Octal 345 337 336 0 3 3 12 11 14 130
Binary 11100101 11011111 11011110 0 11 11 1010 1001 1100 1011000

Color Harmonies of #E5DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFDE

Black with #E5DFDE

Text Example


Text Example

White with #E5DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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