Html Css Color HEX #ECDFD5 Spring Wood

📋 copy color: '#ECDFD5'

red 236 ◦ green 223 ◦ blue 213

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

Shades of Spring Wood #ECDFD5

Tints of Spring Wood #ECDFD5

RGB

 RED value IS 236 (92.58% from 255) = 35.12%

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

 BLUE value IS 213 (83.59% from 255) = 31.7%

R = 35.12%
G = 33.18%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECDFD5 (or 0xECDFD5) is known color: Spring Wood. HEX triplet: EC, DF and D5. RGB value is (236,223,213). Sum of RGB (Red+Green+Blue) = 236+223+213=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD5 is #13202A. Grayscale: #E1E1E1. Windows color (decimal): -1253419 or 14016492. OLE color: 14016492.

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

Color convert

RGB 236 223 213 -
CMYK 0 0.06 0.10 0.07
HSL 26.09º 0.38% 0.88% -
HSV(B) 26.09º 0.1% 0.93% -
XYZ 72.99 75.41 73.66 -
YUV 225.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 236 223 213 0 0.06 0.10 0.07 26.09 0.38 0.88
Hex EC DF D5 0 6 A 7 1A 26 58
Octal 354 337 325 0 6 12 7 32 46 130
Binary 11101100 11011111 11010101 0 110 1010 111 11010 100110 1011000

Color Harmonies of #ECDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFD5

Black with #ECDFD5

Text Example


Text Example

White with #ECDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFD5; }

 p { color: rgb(236,223,213); }

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

background-color css

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

 a { background-color: rgb(236,223,213); }

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

border-color css

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

 span { border-color: rgb(236,223,213); }

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