Html Css Color HEX #EBDED3 Spring Wood

📋 copy color: '#EBDED3'

red 235 ◦ green 222 ◦ blue 211

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

Shades of Spring Wood #EBDED3

Tints of Spring Wood #EBDED3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.23%

 BLUE value IS 211 (82.81% from 255) = 31.59%

R = 35.18%
G = 33.23%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBDED3 (or 0xEBDED3) is known color: Spring Wood. HEX triplet: EB, DE and D3. RGB value is (235,222,211). Sum of RGB (Red+Green+Blue) = 235+222+211=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED3 is #14212C. Grayscale: #E0E0E0. Windows color (decimal): -1319213 or 13885163. OLE color: 13885163.

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

Color convert

RGB 235 222 211 -
CMYK 0 0.06 0.10 0.08
HSL 27.5º 0.38% 0.87% -
HSV(B) 27.5º 0.1% 0.92% -
XYZ 72.14 74.61 72.23 -
YUV 224.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 235 222 211 0 0.06 0.10 0.08 27.5 0.38 0.87
Hex EB DE D3 0 6 A 8 1C 26 57
Octal 353 336 323 0 6 12 10 34 46 127
Binary 11101011 11011110 11010011 0 110 1010 1000 11100 100110 1010111

Color Harmonies of #EBDED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDED3

Black with #EBDED3

Text Example


Text Example

White with #EBDED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDED3; }

 p { color: rgb(235,222,211); }

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

background-color css

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

 a { background-color: rgb(235,222,211); }

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

border-color css

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

 span { border-color: rgb(235,222,211); }

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