Html Css Color HEX #EBDEDC Soft Peach

📋 copy color: '#EBDEDC'

red 235 ◦ green 222 ◦ blue 220

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

Shades of Soft Peach #EBDEDC

Tints of Soft Peach #EBDEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.5%

R = 34.71%
G = 32.79%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBDEDC (or 0xEBDEDC) is known color: Soft Peach. HEX triplet: EB, DE and DC. RGB value is (235,222,220). Sum of RGB (Red+Green+Blue) = 235+222+220=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEDC is #142123. Grayscale: #E1E1E1. Windows color (decimal): -1319204 or 14474987. OLE color: 14474987.

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

Color convert

RGB 235 222 220 -
CMYK 0 0.06 0.06 0.08
HSL 0.27% 0.89% -
HSV(B) 0.06% 0.92% -
XYZ 73.3 75.07 78.34 -
YUV 225.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 235 222 220 0 0.06 0.06 0.08 8 0.27 0.89
Hex EB DE DC 0 6 6 8 8 1B 59
Octal 353 336 334 0 6 6 10 10 33 131
Binary 11101011 11011110 11011100 0 110 110 1000 1000 11011 1011001

Color Harmonies of #EBDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEDC

Black with #EBDEDC

Text Example


Text Example

White with #EBDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEDC; }

 p { color: rgb(235,222,220); }

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

background-color css

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

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

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

border-color css

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

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

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