Html Css Color HEX #EBDFD2 Spring Wood

📋 copy color: '#EBDFD2'

red 235 ◦ green 223 ◦ blue 210

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

Shades of Spring Wood #EBDFD2

Tints of Spring Wood #EBDFD2

RGB

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

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

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

R = 35.18%
G = 33.38%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBDFD2 (or 0xEBDFD2) is known color: Spring Wood. HEX triplet: EB, DF and D2. RGB value is (235,223,210). Sum of RGB (Red+Green+Blue) = 235+223+210=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD2 is #14202D. Grayscale: #E1E1E1. Windows color (decimal): -1318958 or 13819883. OLE color: 13819883.

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

Color convert

RGB 235 223 210 -
CMYK 0 0.05 0.11 0.08
HSL 31.2º 0.38% 0.87% -
HSV(B) 31.2º 0.11% 0.92% -
XYZ 72.28 75.09 71.66 -
YUV 225.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 235 223 210 0 0.05 0.11 0.08 31.2 0.38 0.87
Hex EB DF D2 0 5 B 8 1F 26 57
Octal 353 337 322 0 5 13 10 37 46 127
Binary 11101011 11011111 11010010 0 101 1011 1000 11111 100110 1010111

Color Harmonies of #EBDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFD2

Black with #EBDFD2

Text Example


Text Example

White with #EBDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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