Html Css Color HEX #EEDDDC Soft Peach

📋 copy color: '#EEDDDC'

red 238 ◦ green 221 ◦ blue 220

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

Shades of Soft Peach #EEDDDC

Tints of Soft Peach #EEDDDC

RGB

 RED value IS 238 (93.36% from 255) = 35.05%

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

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

R = 35.05%
G = 32.55%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEDDDC (or 0xEEDDDC) is known color: Soft Peach. HEX triplet: EE, DD and DC. RGB value is (238,221,220). Sum of RGB (Red+Green+Blue) = 238+221+220=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDC is #112223. Grayscale: #E1E1E1. Windows color (decimal): -1122852 or 14474734. OLE color: 14474734.

HSL color Cylindrical-coordinate representation of color #EEDDDC: hue angle of 3.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDDDC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 220 -
CMYK 0 0.07 0.08 0.07
HSL 3.33º 0.35% 0.9% -
HSV(B) 3.33º 0.08% 0.93% -
XYZ 74.03 75.06 78.3 -
YUV 225.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 238 221 220 0 0.07 0.08 0.07 3.33 0.35 0.9
Hex EE DD DC 0 7 8 7 3 23 5A
Octal 356 335 334 0 7 10 7 3 43 132
Binary 11101110 11011101 11011100 0 111 1000 111 11 100011 1011010

Color Harmonies of #EEDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDDC

Black with #EEDDDC

Text Example


Text Example

White with #EEDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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