Html Css Color HEX #EBDCDC Soft Peach

📋 copy color: '#EBDCDC'

red 235 ◦ green 220 ◦ blue 220

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

Shades of Soft Peach #EBDCDC

Tints of Soft Peach #EBDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.59%

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

R = 34.81%
G = 32.59%
B = 32.59%

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

#EBDCDC (or 0xEBDCDC) is known color: Soft Peach. HEX triplet: EB, DC and DC. RGB value is (235,220,220). Sum of RGB (Red+Green+Blue) = 235+220+220=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDC is #142323. Grayscale: #E0E0E0. Windows color (decimal): -1319716 or 14474475. OLE color: 14474475.

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

Color convert

RGB 235 220 220 -
CMYK 0 0.06 0.06 0.08
HSL 0.27% 0.89% -
HSV(B) 0.06% 0.92% -
XYZ 72.77 74.02 78.16 -
YUV 224.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 235 220 220 0 0.06 0.06 0.08 0 0.27 0.89
Hex EB DC DC 0 6 6 8 0 1B 59
Octal 353 334 334 0 6 6 10 0 33 131
Binary 11101011 11011100 11011100 0 110 110 1000 0 11011 1011001

Color Harmonies of #EBDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCDC

Black with #EBDCDC

Text Example


Text Example

White with #EBDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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