#EADCCF

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

Shades of Spring Wood #EADCCF

Tints of Spring Wood #EADCCF

Color information

#EADCCF (or 0xEADCCF) is unknown color: approx Spring Wood. HEX triplet: EA, DC and CF. RGB value is (234,220,207). Sum of RGB (Red+Green+Blue) = 234+220+207=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCCF is #152330. Grayscale: #DEDEDE. Windows color (decimal): -1385265 or 13622506. OLE color: 13622506.

HSL color Cylindrical-coordinate representation of color #EADCCF: hue angle of 28.89º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADCCF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234220207-
CMYK00.060.120.08
HSL28.89º39.13%86.47%-
HSV(B)28.89º11.54%91.76%-
XYZ70.7973.1869.43-
YUV222.7119.14136.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=35.40%
G=33.28%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422020700.060.120.0828.8939.1386.47
HexEADCCF06C81d2756
Octal3523343170614103547126
Binary111010101101110011001111011011001000111011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCCF; }

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

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

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

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

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

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

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

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