Html Css Color HEX #EFDEDE Soft Peach

📋 copy color: '#EFDEDE'

red 239 ◦ green 222 ◦ blue 222

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

Shades of Soft Peach #EFDEDE

Tints of Soft Peach #EFDEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.5%

 BLUE value IS 222 (87.11% from 255) = 32.5%

R = 34.99%
G = 32.5%
B = 32.5%

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

#EFDEDE (or 0xEFDEDE) is known color: Soft Peach. HEX triplet: EF, DE and DE. RGB value is (239,222,222). Sum of RGB (Red+Green+Blue) = 239+222+222=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDE is #102121. Grayscale: #E3E3E3. Windows color (decimal): -1057058 or 14606063. OLE color: 14606063.

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

Color convert

RGB 239 222 222 -
CMYK 0 0.07 0.07 0.06
HSL 0.35% 0.9% -
HSV(B) 0.07% 0.94% -
XYZ 74.9 75.87 79.8 -
YUV 227.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 239 222 222 0 0.07 0.07 0.06 0 0.35 0.9
Hex EF DE DE 0 7 7 6 0 23 5A
Octal 357 336 336 0 7 7 6 0 43 132
Binary 11101111 11011110 11011110 0 111 111 110 0 100011 1011010

Color Harmonies of #EFDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEDE

Black with #EFDEDE

Text Example


Text Example

White with #EFDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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