Html Css Color HEX #E6DFDF Soft Peach

📋 copy color: '#E6DFDF'

red 230 ◦ green 223 ◦ blue 223

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

Shades of Soft Peach #E6DFDF

Tints of Soft Peach #E6DFDF

RGB

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

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

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

R = 34.02%
G = 32.99%
B = 32.99%

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

#E6DFDF (or 0xE6DFDF) is known color: Soft Peach. HEX triplet: E6, DF and DF. RGB value is (230,223,223). Sum of RGB (Red+Green+Blue) = 230+223+223=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDF is #192020. Grayscale: #E1E1E1. Windows color (decimal): -1646625 or 14671846. OLE color: 14671846.

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

Color convert

RGB 230 223 223 -
CMYK 0 0.03 0.03 0.10
HSL 0.12% 0.89% -
HSV(B) 0.03% 0.9% -
XYZ 72.34 74.93 80.46 -
YUV 225.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 230 223 223 0 0.03 0.03 0.10 0 0.12 0.89
Hex E6 DF DF 0 3 3 A 0 C 59
Octal 346 337 337 0 3 3 12 0 14 131
Binary 11100110 11011111 11011111 0 11 11 1010 0 1100 1011001

Color Harmonies of #E6DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFDF

Black with #E6DFDF

Text Example


Text Example

White with #E6DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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