Html Css Color HEX #ECDED2 Spring Wood

📋 copy color: '#ECDED2'

red 236 ◦ green 222 ◦ blue 210

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

Shades of Spring Wood #ECDED2

Tints of Spring Wood #ECDED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.44%

R = 35.33%
G = 33.23%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECDED2 (or 0xECDED2) is known color: Spring Wood. HEX triplet: EC, DE and D2. RGB value is (236,222,210). Sum of RGB (Red+Green+Blue) = 236+222+210=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED2 is #13212D. Grayscale: #E0E0E0. Windows color (decimal): -1253678 or 13819628. OLE color: 13819628.

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

Color convert

RGB 236 222 210 -
CMYK 0 0.06 0.11 0.07
HSL 27.69º 0.41% 0.87% -
HSV(B) 27.69º 0.11% 0.93% -
XYZ 72.35 74.73 71.58 -
YUV 224.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 236 222 210 0 0.06 0.11 0.07 27.69 0.41 0.87
Hex EC DE D2 0 6 B 7 1C 29 57
Octal 354 336 322 0 6 13 7 34 51 127
Binary 11101100 11011110 11010010 0 110 1011 111 11100 101001 1010111

Color Harmonies of #ECDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDED2

Black with #ECDED2

Text Example


Text Example

White with #ECDED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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