Html Css Color HEX #EBDCDA Soft Peach

📋 copy color: '#EBDCDA'

red 235 ◦ green 220 ◦ blue 218

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

Shades of Soft Peach #EBDCDA

Tints of Soft Peach #EBDCDA

RGB

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

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

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

R = 34.92%
G = 32.69%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBDCDA (or 0xEBDCDA) is known color: Soft Peach. HEX triplet: EB, DC and DA. RGB value is (235,220,218). Sum of RGB (Red+Green+Blue) = 235+220+218=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDA is #142325. Grayscale: #E0E0E0. Windows color (decimal): -1319718 or 14343403. OLE color: 14343403.

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

Color convert

RGB 235 220 218 -
CMYK 0 0.06 0.07 0.08
HSL 7.06º 0.3% 0.89% -
HSV(B) 7.06º 0.07% 0.92% -
XYZ 72.51 73.91 76.77 -
YUV 224.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 235 220 218 0 0.06 0.07 0.08 7.06 0.3 0.89
Hex EB DC DA 0 6 7 8 7 1E 59
Octal 353 334 332 0 6 7 10 7 36 131
Binary 11101011 11011100 11011010 0 110 111 1000 111 11110 1011001

Color Harmonies of #EBDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCDA

Black with #EBDCDA

Text Example


Text Example

White with #EBDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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