Html Css Color HEX #EFDFDF Soft Peach

📋 copy color: '#EFDFDF'

red 239 ◦ green 223 ◦ blue 223

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

Shades of Soft Peach #EFDFDF

Tints of Soft Peach #EFDFDF

RGB

 RED value IS 239 (93.75% from 255) = 34.89%

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

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

R = 34.89%
G = 32.55%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFDFDF (or 0xEFDFDF) is known color: Soft Peach. HEX triplet: EF, DF and DF. RGB value is (239,223,223). Sum of RGB (Red+Green+Blue) = 239+223+223=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDF is #102020. Grayscale: #E3E3E3. Windows color (decimal): -1056801 or 14671855. OLE color: 14671855.

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

Color convert

RGB 239 223 223 -
CMYK 0 0.07 0.07 0.06
HSL 0.33% 0.91% -
HSV(B) 0.07% 0.94% -
XYZ 75.3 76.45 80.6 -
YUV 227.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 239 223 223 0 0.07 0.07 0.06 0 0.33 0.91
Hex EF DF DF 0 7 7 6 0 21 5B
Octal 357 337 337 0 7 7 6 0 41 133
Binary 11101111 11011111 11011111 0 111 111 110 0 100001 1011011

Color Harmonies of #EFDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFDF

Black with #EFDFDF

Text Example


Text Example

White with #EFDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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