Html Css Color HEX #EADDDC Soft Peach

📋 copy color: '#EADDDC'

red 234 ◦ green 221 ◦ blue 220

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

Shades of Soft Peach #EADDDC

Tints of Soft Peach #EADDDC

RGB

 RED value IS 234 (91.8% from 255) = 34.67%

 GREEN value IS 221 (86.72% from 255) = 32.74%

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

R = 34.67%
G = 32.74%
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

#EADDDC (or 0xEADDDC) is known color: Soft Peach. HEX triplet: EA, DD and DC. RGB value is (234,221,220). Sum of RGB (Red+Green+Blue) = 234+221+220=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDC is #152223. Grayscale: #E0E0E0. Windows color (decimal): -1384996 or 14474730. OLE color: 14474730.

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

Color convert

RGB 234 221 220 -
CMYK 0 0.06 0.06 0.08
HSL 4.29º 0.25% 0.89% -
HSV(B) 4.29º 0.06% 0.92% -
XYZ 72.71 74.37 78.23 -
YUV 224.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 234 221 220 0 0.06 0.06 0.08 4.29 0.25 0.89
Hex EA DD DC 0 6 6 8 4 19 59
Octal 352 335 334 0 6 6 10 4 31 131
Binary 11101010 11011101 11011100 0 110 110 1000 100 11001 1011001

Color Harmonies of #EADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDDC

Black with #EADDDC

Text Example


Text Example

White with #EADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDDC; }

 p { color: rgb(234,221,220); }

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

background-color css

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

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

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

border-color css

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

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

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