Html Css Color HEX #EFDAD8 Soft Peach

📋 copy color: '#EFDAD8'

red 239 ◦ green 218 ◦ blue 216

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

Shades of Soft Peach #EFDAD8

Tints of Soft Peach #EFDAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.39%

 BLUE value IS 216 (84.77% from 255) = 32.1%

R = 35.51%
G = 32.39%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFDAD8 (or 0xEFDAD8) is known color: Soft Peach. HEX triplet: EF, DA and D8. RGB value is (239,218,216). Sum of RGB (Red+Green+Blue) = 239+218+216=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD8 is #102527. Grayscale: #E0E0E0. Windows color (decimal): -1058088 or 14211823. OLE color: 14211823.

HSL color Cylindrical-coordinate representation of color #EFDAD8: hue angle of 5.22º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDAD8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 216 -
CMYK 0 0.09 0.10 0.06
HSL 5.22º 0.42% 0.89% -
HSV(B) 5.22º 0.1% 0.94% -
XYZ 73.06 73.45 75.29 -
YUV 224.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 239 218 216 0 0.09 0.10 0.06 5.22 0.42 0.89
Hex EF DA D8 0 9 A 6 5 2A 59
Octal 357 332 330 0 11 12 6 5 52 131
Binary 11101111 11011010 11011000 0 1001 1010 110 101 101010 1011001

Color Harmonies of #EFDAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAD8

Black with #EFDAD8

Text Example


Text Example

White with #EFDAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAD8; }

 p { color: rgb(239,218,216); }

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

background-color css

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

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

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

border-color css

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

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

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