Html Css Color HEX #EBE2DB Spring Wood

📋 copy color: '#EBE2DB'

red 235 ◦ green 226 ◦ blue 219

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

Shades of Spring Wood #EBE2DB

Tints of Spring Wood #EBE2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.24%

 BLUE value IS 219 (85.94% from 255) = 32.21%

R = 34.56%
G = 33.24%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBE2DB (or 0xEBE2DB) is known color: Spring Wood. HEX triplet: EB, E2 and DB. RGB value is (235,226,219). Sum of RGB (Red+Green+Blue) = 235+226+219=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2DB is #141D24. Grayscale: #E3E3E3. Windows color (decimal): -1318181 or 14410475. OLE color: 14410475.

HSL color Cylindrical-coordinate representation of color #EBE2DB: hue angle of 26.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE2DB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 219 -
CMYK 0 0.04 0.07 0.08
HSL 26.25º 0.29% 0.89% -
HSV(B) 26.25º 0.07% 0.92% -
XYZ 74.24 77.17 78 -
YUV 227.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 235 226 219 0 0.04 0.07 0.08 26.25 0.29 0.89
Hex EB E2 DB 0 4 7 8 1A 1D 59
Octal 353 342 333 0 4 7 10 32 35 131
Binary 11101011 11100010 11011011 0 100 111 1000 11010 11101 1011001

Color Harmonies of #EBE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2DB

Black with #EBE2DB

Text Example


Text Example

White with #EBE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2DB; }

 p { color: rgb(235,226,219); }

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

background-color css

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

 a { background-color: rgb(235,226,219); }

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

border-color css

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

 span { border-color: rgb(235,226,219); }

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