Html Css Color HEX #ECE1D4 Spring Wood

📋 copy color: '#ECE1D4'

red 236 ◦ green 225 ◦ blue 212

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

Shades of Spring Wood #ECE1D4

Tints of Spring Wood #ECE1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.5%

R = 35.07%
G = 33.43%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECE1D4 (or 0xECE1D4) is known color: Spring Wood. HEX triplet: EC, E1 and D4. RGB value is (236,225,212). Sum of RGB (Red+Green+Blue) = 236+225+212=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1D4 is #131E2B. Grayscale: #E2E2E2. Windows color (decimal): -1252908 or 13951468. OLE color: 13951468.

HSL color Cylindrical-coordinate representation of color #ECE1D4: hue angle of 32.5º degrees, saturation: 0.39, 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 #ECE1D4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 212 -
CMYK 0 0.05 0.10 0.07
HSL 32.5º 0.39% 0.88% -
HSV(B) 32.5º 0.1% 0.93% -
XYZ 73.4 76.44 73.17 -
YUV 226.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 236 225 212 0 0.05 0.10 0.07 32.5 0.39 0.88
Hex EC E1 D4 0 5 A 7 20 27 58
Octal 354 341 324 0 5 12 7 40 47 130
Binary 11101100 11100001 11010100 0 101 1010 111 100000 100111 1011000

Color Harmonies of #ECE1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1D4

Black with #ECE1D4

Text Example


Text Example

White with #ECE1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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