#EBDCCF

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

Shades of Spring Wood #EBDCCF

Tints of Spring Wood #EBDCCF

Color information

#EBDCCF (or 0xEBDCCF) is unknown color: approx Spring Wood. HEX triplet: EB, DC and CF. RGB value is (235,220,207). Sum of RGB (Red+Green+Blue) = 235+220+207=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCCF is #142330. Grayscale: #DFDFDF. Windows color (decimal): -1319729 or 13622507. OLE color: 13622507.

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

Color convert

RGB235220207-
CMYK00.060.120.08
HSL27.86º41.18%86.67%-
HSV(B)27.86º11.91%92.16%-
XYZ71.1273.3569.44-
YUV223118.97136.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=35.50%
G=33.23%
B=31.27%

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
Decimal23522020700.060.120.0827.8641.1886.67
HexEBDCCF06C81c2957
Octal3533343170614103451127
Binary111010111101110011001111011011001000111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCCF; }

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

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

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

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

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

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

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

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