Html Css Color HEX #ECE4DC Spring Wood

📋 copy color: '#ECE4DC'

red 236 ◦ green 228 ◦ blue 220

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

Shades of Spring Wood #ECE4DC

Tints of Spring Wood #ECE4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.33%

 BLUE value IS 220 (86.33% from 255) = 32.16%

R = 34.5%
G = 33.33%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECE4DC (or 0xECE4DC) is known color: Spring Wood. HEX triplet: EC, E4 and DC. RGB value is (236,228,220). Sum of RGB (Red+Green+Blue) = 236+228+220=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DC is #131B23. Grayscale: #E5E5E5. Windows color (decimal): -1252132 or 14476524. OLE color: 14476524.

HSL color Cylindrical-coordinate representation of color #ECE4DC: hue angle of 30º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE4DC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 228 220 -
CMYK 0 0.03 0.07 0.07
HSL 30º 0.3% 0.89% -
HSV(B) 30º 0.07% 0.93% -
XYZ 75.25 78.49 78.89 -
YUV 229.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 236 228 220 0 0.03 0.07 0.07 30 0.3 0.89
Hex EC E4 DC 0 3 7 7 1E 1E 59
Octal 354 344 334 0 3 7 7 36 36 131
Binary 11101100 11100100 11011100 0 11 111 111 11110 11110 1011001

Color Harmonies of #ECE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE4DC

Black with #ECE4DC

Text Example


Text Example

White with #ECE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE4DC; }

 p { color: rgb(236,228,220); }

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

background-color css

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

 a { background-color: rgb(236,228,220); }

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

border-color css

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

 span { border-color: rgb(236,228,220); }

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