Html Css Color HEX #ECE1D6 Spring Wood

📋 copy color: '#ECE1D6'

red 236 ◦ green 225 ◦ blue 214

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

Shades of Spring Wood #ECE1D6

Tints of Spring Wood #ECE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.33%

 BLUE value IS 214 (83.98% from 255) = 31.7%

R = 34.96%
G = 33.33%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECE1D6 (or 0xECE1D6) is known color: Spring Wood. HEX triplet: EC, E1 and D6. RGB value is (236,225,214). Sum of RGB (Red+Green+Blue) = 236+225+214=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1D6 is #131E29. Grayscale: #E3E3E3. Windows color (decimal): -1252906 or 14082540. OLE color: 14082540.

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

Color convert

RGB 236 225 214 -
CMYK 0 0.05 0.09 0.07
HSL 30º 0.37% 0.88% -
HSV(B) 30º 0.09% 0.93% -
XYZ 73.65 76.54 74.51 -
YUV 227.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 236 225 214 0 0.05 0.09 0.07 30 0.37 0.88
Hex EC E1 D6 0 5 9 7 1E 25 58
Octal 354 341 326 0 5 11 7 36 45 130
Binary 11101100 11100001 11010110 0 101 1001 111 11110 100101 1011000

Color Harmonies of #ECE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1D6

Black with #ECE1D6

Text Example


Text Example

White with #ECE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1D6; }

 p { color: rgb(236,225,214); }

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

background-color css

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

 a { background-color: rgb(236,225,214); }

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

border-color css

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

 span { border-color: rgb(236,225,214); }

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