Html Css Color HEX #EBDFD5 Spring Wood

📋 copy color: '#EBDFD5'

red 235 ◦ green 223 ◦ blue 213

#EBDFD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Wood #EBDFD5

Tints of Spring Wood #EBDFD5

RGB

 RED value IS 235 (92.19% from 255) = 35.02%

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 213 (83.59% from 255) = 31.74%

R = 35.02%
G = 33.23%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBDFD5 (or 0xEBDFD5) is known color: Spring Wood. HEX triplet: EB, DF and D5. RGB value is (235,223,213). Sum of RGB (Red+Green+Blue) = 235+223+213=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD5 is #14202A. Grayscale: #E1E1E1. Windows color (decimal): -1318955 or 14016491. OLE color: 14016491.

HSL color Cylindrical-coordinate representation of color #EBDFD5: hue angle of 27.27º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDFD5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 213 -
CMYK 0 0.05 0.09 0.08
HSL 27.27º 0.35% 0.88% -
HSV(B) 27.27º 0.09% 0.92% -
XYZ 72.66 75.24 73.64 -
YUV 225.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 235 223 213 0 0.05 0.09 0.08 27.27 0.35 0.88
Hex EB DF D5 0 5 9 8 1B 23 58
Octal 353 337 325 0 5 11 10 33 43 130
Binary 11101011 11011111 11010101 0 101 1001 1000 11011 100011 1011000

Color Harmonies of #EBDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFD5

Black with #EBDFD5

Text Example


Text Example

White with #EBDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFD5; }

 p { color: rgb(235,223,213); }

 H1.HeaderClassName
 {
   color: #EBDFD5;
 }
 .AnyTagClassName
 {
   color: #EBDFD5;
 }
</style>

background-color css

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

 a { background-color: rgb(235,223,213); }

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

border-color css

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

 span { border-color: rgb(235,223,213); }

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