Html Css Color HEX #EBDFD7 Spring Wood

📋 copy color: '#EBDFD7'

red 235 ◦ green 223 ◦ blue 215

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

Shades of Spring Wood #EBDFD7

Tints of Spring Wood #EBDFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.95%

R = 34.92%
G = 33.14%
B = 31.95%

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

#EBDFD7 (or 0xEBDFD7) is known color: Spring Wood. HEX triplet: EB, DF and D7. RGB value is (235,223,215). Sum of RGB (Red+Green+Blue) = 235+223+215=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD7 is #142028. Grayscale: #E1E1E1. Windows color (decimal): -1318953 or 14147563. OLE color: 14147563.

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

Color convert

RGB 235 223 215 -
CMYK 0 0.05 0.09 0.08
HSL 24º 0.33% 0.88% -
HSV(B) 24º 0.09% 0.92% -
XYZ 72.91 75.34 74.99 -
YUV 225.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 235 223 215 0 0.05 0.09 0.08 24 0.33 0.88
Hex EB DF D7 0 5 9 8 18 21 58
Octal 353 337 327 0 5 11 10 30 41 130
Binary 11101011 11011111 11010111 0 101 1001 1000 11000 100001 1011000

Color Harmonies of #EBDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFD7

Black with #EBDFD7

Text Example


Text Example

White with #EBDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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