Html Css Color HEX #EDDBDB Soft Peach

📋 copy color: '#EDDBDB'

red 237 ◦ green 219 ◦ blue 219

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

Shades of Soft Peach #EDDBDB

Tints of Soft Peach #EDDBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.44%

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

R = 35.11%
G = 32.44%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDDBDB (or 0xEDDBDB) is known color: Soft Peach. HEX triplet: ED, DB and DB. RGB value is (237,219,219). Sum of RGB (Red+Green+Blue) = 237+219+219=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDB is #122424. Grayscale: #E0E0E0. Windows color (decimal): -1188901 or 14408685. OLE color: 14408685.

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

Color convert

RGB 237 219 219 -
CMYK 0 0.08 0.08 0.07
HSL 0.33% 0.89% -
HSV(B) 0.08% 0.93% -
XYZ 73.04 73.78 77.41 -
YUV 224.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 237 219 219 0 0.08 0.08 0.07 0 0.33 0.89
Hex ED DB DB 0 8 8 7 0 21 59
Octal 355 333 333 0 10 10 7 0 41 131
Binary 11101101 11011011 11011011 0 1000 1000 111 0 100001 1011001

Color Harmonies of #EDDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBDB

Black with #EDDBDB

Text Example


Text Example

White with #EDDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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