Html Css Color HEX #EBDDD2 Spring Wood

📋 copy color: '#EBDDD2'

red 235 ◦ green 221 ◦ blue 210

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

Shades of Spring Wood #EBDDD2

Tints of Spring Wood #EBDDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.18%

 BLUE value IS 210 (82.42% from 255) = 31.53%

R = 35.29%
G = 33.18%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBDDD2 (or 0xEBDDD2) is known color: Spring Wood. HEX triplet: EB, DD and D2. RGB value is (235,221,210). Sum of RGB (Red+Green+Blue) = 235+221+210=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD2 is #14222D. Grayscale: #DFDFDF. Windows color (decimal): -1319470 or 13819371. OLE color: 13819371.

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

Color convert

RGB 235 221 210 -
CMYK 0 0.06 0.11 0.08
HSL 26.4º 0.38% 0.87% -
HSV(B) 26.4º 0.11% 0.92% -
XYZ 71.75 74.03 71.48 -
YUV 223.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 235 221 210 0 0.06 0.11 0.08 26.4 0.38 0.87
Hex EB DD D2 0 6 B 8 1A 26 57
Octal 353 335 322 0 6 13 10 32 46 127
Binary 11101011 11011101 11010010 0 110 1011 1000 11010 100110 1010111

Color Harmonies of #EBDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDD2

Black with #EBDDD2

Text Example


Text Example

White with #EBDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDD2; }

 p { color: rgb(235,221,210); }

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

background-color css

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

 a { background-color: rgb(235,221,210); }

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

border-color css

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

 span { border-color: rgb(235,221,210); }

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