#E8DCCF

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

Shades of Spring Wood #E8DCCF

Tints of Spring Wood #E8DCCF

Color information

#E8DCCF (or 0xE8DCCF) is unknown color: approx Spring Wood. HEX triplet: E8, DC and CF. RGB value is (232,220,207). Sum of RGB (Red+Green+Blue) = 232+220+207=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCCF is #172330. Grayscale: #DEDEDE. Windows color (decimal): -1516337 or 13622504. OLE color: 13622504.

HSL color Cylindrical-coordinate representation of color #E8DCCF: hue angle of 31.2º degrees, saturation: 0.35, 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 #E8DCCF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232220207-
CMYK00.050.110.09
HSL31.2º35.21%86.08%-
HSV(B)31.2º10.78%90.98%-
XYZ70.1372.8569.4-
YUV222.11119.48135.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=35.20%
G=33.38%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222020700.050.110.0931.235.2186.08
HexE8DCCF05B91f2356
Octal3503343170513113743126
Binary111010001101110011001111010110111001111111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCCF; }

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

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

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

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

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

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

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

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