#EFDECF

Color #EFDECF Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #EFDECF

Tints of Spring Wood #EFDECF

Color information

#EFDECF (or 0xEFDECF) is unknown color: approx Spring Wood. HEX triplet: EF, DE and CF. RGB value is (239,222,207). Sum of RGB (Red+Green+Blue) = 239+222+207=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECF is #102130. Grayscale: #E1E1E1. Windows color (decimal): -1057073 or 13623023. OLE color: 13623023.

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

Color convert

RGB239222207-
CMYK00.070.130.06
HSL28.13º50%87.45%-
HSV(B)28.13º13.39%93.73%-
XYZ72.9875.169.68-
YUV225.37117.63137.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=35.78%
G=33.23%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922220700.070.130.0628.135087.45
HexEFDECF07D61c3257
Octal357336317071563462127
Binary11101111110111101100111101111101110111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDECF; }

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

 H1.HeaderClassName
 {
   color: #EFDECF;
 }
 .AnyTagClassName
 {
   color: #EFDECF;
 }
</style>
background-color css

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

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

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

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

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

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