Html Css Color HEX #E7DADA Soft Peach

📋 copy color: '#E7DADA'

red 231 ◦ green 218 ◦ blue 218

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

Shades of Soft Peach #E7DADA

Tints of Soft Peach #E7DADA

RGB

 RED value IS 231 (90.63% from 255) = 34.63%

 GREEN value IS 218 (85.55% from 255) = 32.68%

 BLUE value IS 218 (85.55% from 255) = 32.68%

R = 34.63%
G = 32.68%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E7DADA (or 0xE7DADA) is known color: Soft Peach. HEX triplet: E7, DA and DA. RGB value is (231,218,218). Sum of RGB (Red+Green+Blue) = 231+218+218=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADA is #182525. Grayscale: #DDDDDD. Windows color (decimal): -1582374 or 14342887. OLE color: 14342887.

HSL color Cylindrical-coordinate representation of color #E7DADA: hue angle of 0º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DADA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 218 218 -
CMYK 0 0.06 0.06 0.09
HSL 0.21% 0.88% -
HSV(B) 0.06% 0.91% -
XYZ 70.68 72.19 76.54 -
YUV 221.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 231 218 218 0 0.06 0.06 0.09 0 0.21 0.88
Hex E7 DA DA 0 6 6 9 0 15 58
Octal 347 332 332 0 6 6 11 0 25 130
Binary 11100111 11011010 11011010 0 110 110 1001 0 10101 1011000

Color Harmonies of #E7DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DADA

Black with #E7DADA

Text Example


Text Example

White with #E7DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DADA; }

 p { color: rgb(231,218,218); }

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

background-color css

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

 a { background-color: rgb(231,218,218); }

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

border-color css

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

 span { border-color: rgb(231,218,218); }

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