Html Css Color HEX #EBDBD9 Soft Peach

📋 copy color: '#EBDBD9'

red 235 ◦ green 219 ◦ blue 217

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

Shades of Soft Peach #EBDBD9

Tints of Soft Peach #EBDBD9

RGB

 RED value IS 235 (92.19% from 255) = 35.02%

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

 BLUE value IS 217 (85.16% from 255) = 32.34%

R = 35.02%
G = 32.64%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBDBD9 (or 0xEBDBD9) is known color: Soft Peach. HEX triplet: EB, DB and D9. RGB value is (235,219,217). Sum of RGB (Red+Green+Blue) = 235+219+217=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD9 is #142426. Grayscale: #DFDFDF. Windows color (decimal): -1319975 or 14277611. OLE color: 14277611.

HSL color Cylindrical-coordinate representation of color #EBDBD9: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDBD9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 217 -
CMYK 0 0.07 0.08 0.08
HSL 6.67º 0.31% 0.89% -
HSV(B) 6.67º 0.08% 0.92% -
XYZ 72.12 73.33 76 -
YUV 223.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 235 219 217 0 0.07 0.08 0.08 6.67 0.31 0.89
Hex EB DB D9 0 7 8 8 7 1F 59
Octal 353 333 331 0 7 10 10 7 37 131
Binary 11101011 11011011 11011001 0 111 1000 1000 111 11111 1011001

Color Harmonies of #EBDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBD9

Black with #EBDBD9

Text Example


Text Example

White with #EBDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBD9; }

 p { color: rgb(235,219,217); }

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

background-color css

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

 a { background-color: rgb(235,219,217); }

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

border-color css

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

 span { border-color: rgb(235,219,217); }

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