Html Css Color HEX #EDDFDF Soft Peach

📋 copy color: '#EDDFDF'

red 237 ◦ green 223 ◦ blue 223

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

Shades of Soft Peach #EDDFDF

Tints of Soft Peach #EDDFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.65%

 BLUE value IS 223 (87.5% from 255) = 32.65%

R = 34.7%
G = 32.65%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDDFDF (or 0xEDDFDF) is known color: Soft Peach. HEX triplet: ED, DF and DF. RGB value is (237,223,223). Sum of RGB (Red+Green+Blue) = 237+223+223=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDF is #122020. Grayscale: #E3E3E3. Windows color (decimal): -1187873 or 14671853. OLE color: 14671853.

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

Color convert

RGB 237 223 223 -
CMYK 0 0.06 0.06 0.07
HSL 0.28% 0.9% -
HSV(B) 0.06% 0.93% -
XYZ 74.63 76.11 80.57 -
YUV 227.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 237 223 223 0 0.06 0.06 0.07 0 0.28 0.9
Hex ED DF DF 0 6 6 7 0 1C 5A
Octal 355 337 337 0 6 6 7 0 34 132
Binary 11101101 11011111 11011111 0 110 110 111 0 11100 1011010

Color Harmonies of #EDDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFDF

Black with #EDDFDF

Text Example


Text Example

White with #EDDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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