Html Css Color HEX #EBDDD1 Spring Wood

📋 copy color: '#EBDDD1'

red 235 ◦ green 221 ◦ blue 209

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

Shades of Spring Wood #EBDDD1

Tints of Spring Wood #EBDDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 31.43%

R = 35.34%
G = 33.23%
B = 31.43%

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

#EBDDD1 (or 0xEBDDD1) is known color: Spring Wood. HEX triplet: EB, DD and D1. RGB value is (235,221,209). Sum of RGB (Red+Green+Blue) = 235+221+209=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD1 is #14222E. Grayscale: #DFDFDF. Windows color (decimal): -1319471 or 13753835. OLE color: 13753835.

HSL color Cylindrical-coordinate representation of color #EBDDD1: hue angle of 27.69º degrees, saturation: 0.39, 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 #EBDDD1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 209 -
CMYK 0 0.06 0.11 0.08
HSL 27.69º 0.39% 0.87% -
HSV(B) 27.69º 0.11% 0.92% -
XYZ 71.63 73.98 70.83 -
YUV 223.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 235 221 209 0 0.06 0.11 0.08 27.69 0.39 0.87
Hex EB DD D1 0 6 B 8 1C 27 57
Octal 353 335 321 0 6 13 10 34 47 127
Binary 11101011 11011101 11010001 0 110 1011 1000 11100 100111 1010111

Color Harmonies of #EBDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDD1

Black with #EBDDD1

Text Example


Text Example

White with #EBDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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