Html Css Color HEX #E6E0DF Soft Peach

📋 copy color: '#E6E0DF'

red 230 ◦ green 224 ◦ blue 223

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

Shades of Soft Peach #E6E0DF

Tints of Soft Peach #E6E0DF

RGB

 RED value IS 230 (90.23% from 255) = 33.97%

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

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

R = 33.97%
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

#E6E0DF (or 0xE6E0DF) is known color: Soft Peach. HEX triplet: E6, E0 and DF. RGB value is (230,224,223). Sum of RGB (Red+Green+Blue) = 230+224+223=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0DF is #191F20. Grayscale: #E1E1E1. Windows color (decimal): -1646369 or 14672102. OLE color: 14672102.

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

Color convert

RGB 230 224 223 -
CMYK 0 0.03 0.03 0.10
HSL 8.57º 0.12% 0.89% -
HSV(B) 8.57º 0.03% 0.9% -
XYZ 72.61 75.46 80.55 -
YUV 225.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 230 224 223 0 0.03 0.03 0.10 8.57 0.12 0.89
Hex E6 E0 DF 0 3 3 A 9 C 59
Octal 346 340 337 0 3 3 12 11 14 131
Binary 11100110 11100000 11011111 0 11 11 1010 1001 1100 1011001

Color Harmonies of #E6E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E0DF

Black with #E6E0DF

Text Example


Text Example

White with #E6E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E0DF; }

 p { color: rgb(230,224,223); }

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

background-color css

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

 a { background-color: rgb(230,224,223); }

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

border-color css

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

 span { border-color: rgb(230,224,223); }

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