#E9DCCF

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

Shades of Spring Wood #E9DCCF

Tints of Spring Wood #E9DCCF

Color information

#E9DCCF (or 0xE9DCCF) is unknown color: approx Spring Wood. HEX triplet: E9, DC and CF. RGB value is (233,220,207). Sum of RGB (Red+Green+Blue) = 233+220+207=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCCF is #162330. Grayscale: #DEDEDE. Windows color (decimal): -1450801 or 13622505. OLE color: 13622505.

HSL color Cylindrical-coordinate representation of color #E9DCCF: hue angle of 30º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DCCF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233220207-
CMYK00.060.110.09
HSL30º37.14%86.27%-
HSV(B)30º11.16%91.37%-
XYZ70.4673.0269.41-
YUV222.4119.31135.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=35.30%
G=33.33%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322020700.060.110.093037.1486.27
HexE9DCCF06B91e2556
Octal3513343170613113645126
Binary111010011101110011001111011010111001111101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCCF; }

 p { color: rgb(233,220,207); }

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

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

 a { background-color: rgb(233,220,207); }

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

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

 span { border-color: rgb(233,220,207); }

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