#EEDFCF

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

Shades of Spring Wood #EEDFCF

Tints of Spring Wood #EEDFCF

Color information

#EEDFCF (or 0xEEDFCF) is unknown color: approx Spring Wood. HEX triplet: EE, DF and CF. RGB value is (238,223,207). Sum of RGB (Red+Green+Blue) = 238+223+207=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFCF is #112030. Grayscale: #E1E1E1. Windows color (decimal): -1122353 or 13623278. OLE color: 13623278.

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

Color convert

RGB238223207-
CMYK00.060.130.07
HSL30.97º47.69%87.25%-
HSV(B)30.97º13.03%93.33%-
XYZ72.9175.4669.75-
YUV225.66117.47136.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=35.63%
G=33.38%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822320700.060.130.0730.9747.6987.25
HexEEDFCF06D71f3057
Octal356337317061573760127
Binary11101110110111111100111101101101111111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFCF; }

 p { color: rgb(238,223,207); }

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

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

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

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

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

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

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