Html Css Color HEX #E6DEDE Soft Peach

📋 copy color: '#E6DEDE'

red 230 ◦ green 222 ◦ blue 222

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

Shades of Soft Peach #E6DEDE

Tints of Soft Peach #E6DEDE

RGB

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

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

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

R = 34.12%
G = 32.94%
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

#E6DEDE (or 0xE6DEDE) is known color: Soft Peach. HEX triplet: E6, DE and DE. RGB value is (230,222,222). Sum of RGB (Red+Green+Blue) = 230+222+222=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDE is #192121. Grayscale: #E0E0E0. Windows color (decimal): -1646882 or 14606054. OLE color: 14606054.

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

Color convert

RGB 230 222 222 -
CMYK 0 0.03 0.03 0.10
HSL 0.14% 0.89% -
HSV(B) 0.03% 0.9% -
XYZ 71.94 74.34 79.66 -
YUV 224.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 230 222 222 0 0.03 0.03 0.10 0 0.14 0.89
Hex E6 DE DE 0 3 3 A 0 E 59
Octal 346 336 336 0 3 3 12 0 16 131
Binary 11100110 11011110 11011110 0 11 11 1010 0 1110 1011001

Color Harmonies of #E6DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEDE

Black with #E6DEDE

Text Example


Text Example

White with #E6DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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