Html Css Color HEX #EDDDDB Soft Peach

📋 copy color: '#EDDDDB'

red 237 ◦ green 221 ◦ blue 219

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

Shades of Soft Peach #EDDDDB

Tints of Soft Peach #EDDDDB

RGB

 RED value IS 237 (92.97% from 255) = 35.01%

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

 BLUE value IS 219 (85.94% from 255) = 32.35%

R = 35.01%
G = 32.64%
B = 32.35%

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

#EDDDDB (or 0xEDDDDB) is known color: Soft Peach. HEX triplet: ED, DD and DB. RGB value is (237,221,219). Sum of RGB (Red+Green+Blue) = 237+221+219=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDDB is #122224. Grayscale: #E1E1E1. Windows color (decimal): -1188389 or 14409197. OLE color: 14409197.

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

Color convert

RGB 237 221 219 -
CMYK 0 0.07 0.08 0.07
HSL 6.67º 0.33% 0.89% -
HSV(B) 6.67º 0.08% 0.93% -
XYZ 73.57 74.83 77.58 -
YUV 225.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 237 221 219 0 0.07 0.08 0.07 6.67 0.33 0.89
Hex ED DD DB 0 7 8 7 7 21 59
Octal 355 335 333 0 7 10 7 7 41 131
Binary 11101101 11011101 11011011 0 111 1000 111 111 100001 1011001

Color Harmonies of #EDDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDDB

Black with #EDDDDB

Text Example


Text Example

White with #EDDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDDB; }

 p { color: rgb(237,221,219); }

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

background-color css

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

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

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

border-color css

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

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

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