Html Css Color HEX #EADDDD Soft Peach

📋 copy color: '#EADDDD'

red 234 ◦ green 221 ◦ blue 221

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

Shades of Soft Peach #EADDDD

Tints of Soft Peach #EADDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.69%

R = 34.62%
G = 32.69%
B = 32.69%

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

#EADDDD (or 0xEADDDD) is known color: Soft Peach. HEX triplet: EA, DD and DD. RGB value is (234,221,221). Sum of RGB (Red+Green+Blue) = 234+221+221=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDD is #152222. Grayscale: #E0E0E0. Windows color (decimal): -1384995 or 14540266. OLE color: 14540266.

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

Color convert

RGB 234 221 221 -
CMYK 0 0.06 0.06 0.08
HSL 0.24% 0.89% -
HSV(B) 0.06% 0.92% -
XYZ 72.84 74.43 78.93 -
YUV 224.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 234 221 221 0 0.06 0.06 0.08 0 0.24 0.89
Hex EA DD DD 0 6 6 8 0 18 59
Octal 352 335 335 0 6 6 10 0 30 131
Binary 11101010 11011101 11011101 0 110 110 1000 0 11000 1011001

Color Harmonies of #EADDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDDD

Black with #EADDDD

Text Example


Text Example

White with #EADDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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