Html Css Color HEX #E9DBDA Soft Peach

📋 copy color: '#E9DBDA'

red 233 ◦ green 219 ◦ blue 218

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

Shades of Soft Peach #E9DBDA

Tints of Soft Peach #E9DBDA

RGB

 RED value IS 233 (91.41% from 255) = 34.78%

 GREEN value IS 219 (85.94% from 255) = 32.69%

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

R = 34.78%
G = 32.69%
B = 32.54%

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

#E9DBDA (or 0xE9DBDA) is known color: Soft Peach. HEX triplet: E9, DB and DA. RGB value is (233,219,218). Sum of RGB (Red+Green+Blue) = 233+219+218=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDA is #162425. Grayscale: #DFDFDF. Windows color (decimal): -1451046 or 14343145. OLE color: 14343145.

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

Color convert

RGB 233 219 218 -
CMYK 0 0.06 0.06 0.09
HSL 0.25% 0.88% -
HSV(B) 0.06% 0.91% -
XYZ 71.59 73.05 76.66 -
YUV 223.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 233 219 218 0 0.06 0.06 0.09 4 0.25 0.88
Hex E9 DB DA 0 6 6 9 4 19 58
Octal 351 333 332 0 6 6 11 4 31 130
Binary 11101001 11011011 11011010 0 110 110 1001 100 11001 1011000

Color Harmonies of #E9DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBDA

Black with #E9DBDA

Text Example


Text Example

White with #E9DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBDA; }

 p { color: rgb(233,219,218); }

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

background-color css

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

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

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

border-color css

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

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

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