Html Css Color HEX #ECDED0 Spring Wood

📋 copy color: '#ECDED0'

red 236 ◦ green 222 ◦ blue 208

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

Shades of Spring Wood #ECDED0

Tints of Spring Wood #ECDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.33%

 BLUE value IS 208 (81.64% from 255) = 31.23%

R = 35.44%
G = 33.33%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECDED0 (or 0xECDED0) is known color: Spring Wood. HEX triplet: EC, DE and D0. RGB value is (236,222,208). Sum of RGB (Red+Green+Blue) = 236+222+208=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED0 is #13212F. Grayscale: #E0E0E0. Windows color (decimal): -1253680 or 13688556. OLE color: 13688556.

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

Color convert

RGB 236 222 208 -
CMYK 0 0.06 0.12 0.07
HSL 30º 0.42% 0.87% -
HSV(B) 30º 0.12% 0.93% -
XYZ 72.1 74.63 70.28 -
YUV 224.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 236 222 208 0 0.06 0.12 0.07 30 0.42 0.87
Hex EC DE D0 0 6 C 7 1E 2A 57
Octal 354 336 320 0 6 14 7 36 52 127
Binary 11101100 11011110 11010000 0 110 1100 111 11110 101010 1010111

Color Harmonies of #ECDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDED0

Black with #ECDED0

Text Example


Text Example

White with #ECDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDED0; }

 p { color: rgb(236,222,208); }

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

background-color css

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

 a { background-color: rgb(236,222,208); }

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

border-color css

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

 span { border-color: rgb(236,222,208); }

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