Html Css Color HEX #EFDFDD Soft Peach

📋 copy color: '#EFDFDD'

red 239 ◦ green 223 ◦ blue 221

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

Shades of Soft Peach #EFDFDD

Tints of Soft Peach #EFDFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.36%

R = 34.99%
G = 32.65%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFDFDD (or 0xEFDFDD) is known color: Soft Peach. HEX triplet: EF, DF and DD. RGB value is (239,223,221). Sum of RGB (Red+Green+Blue) = 239+223+221=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDD is #102022. Grayscale: #E3E3E3. Windows color (decimal): -1056803 or 14540783. OLE color: 14540783.

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

Color convert

RGB 239 223 221 -
CMYK 0 0.07 0.08 0.06
HSL 6.67º 0.36% 0.9% -
HSV(B) 6.67º 0.08% 0.94% -
XYZ 75.04 76.35 79.19 -
YUV 227.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 239 223 221 0 0.07 0.08 0.06 6.67 0.36 0.9
Hex EF DF DD 0 7 8 6 7 24 5A
Octal 357 337 335 0 7 10 6 7 44 132
Binary 11101111 11011111 11011101 0 111 1000 110 111 100100 1011010

Color Harmonies of #EFDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFDD

Black with #EFDFDD

Text Example


Text Example

White with #EFDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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