#E6DFDA

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

Shades of Spring Wood #E6DFDA

Tints of Spring Wood #E6DFDA

Color information

#E6DFDA (or 0xE6DFDA) is unknown color: approx Spring Wood. HEX triplet: E6, DF and DA. RGB value is (230,223,218). Sum of RGB (Red+Green+Blue) = 230+223+218=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDA is #192025. Grayscale: #E0E0E0. Windows color (decimal): -1646630 or 14344166. OLE color: 14344166.

HSL color Cylindrical-coordinate representation of color #E6DFDA: hue angle of 25º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DFDA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230223218-
CMYK00.030.050.10
HSL25º19.35%87.84%-
HSV(B)25º5.22%90.2%-
XYZ71.6874.6676.96-
YUV224.52124.32131.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=34.28%
G=33.23%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022321800.030.050.102519.3587.84
HexE6DFDA035A191358
Octal346337332035123123130
Binary111001101101111111011010011101101011001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFDA; }

 p { color: rgb(230,223,218); }

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

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

 a { background-color: rgb(230,223,218); }

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

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

 span { border-color: rgb(230,223,218); }

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