Html Css Color HEX #ECDDD0 Spring Wood

📋 copy color: '#ECDDD0'

red 236 ◦ green 221 ◦ blue 208

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

Shades of Spring Wood #ECDDD0

Tints of Spring Wood #ECDDD0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

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

R = 35.49%
G = 33.23%
B = 31.28%

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

#ECDDD0 (or 0xECDDD0) is known color: Spring Wood. HEX triplet: EC, DD and D0. RGB value is (236,221,208). Sum of RGB (Red+Green+Blue) = 236+221+208=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD0 is #13222F. Grayscale: #E0E0E0. Windows color (decimal): -1253936 or 13688300. OLE color: 13688300.

HSL color Cylindrical-coordinate representation of color #ECDDD0: hue angle of 27.86º 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 #ECDDD0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 208 -
CMYK 0 0.06 0.12 0.07
HSL 27.86º 0.42% 0.87% -
HSV(B) 27.86º 0.12% 0.93% -
XYZ 71.83 74.1 70.19 -
YUV 224 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 236 221 208 0 0.06 0.12 0.07 27.86 0.42 0.87
Hex EC DD D0 0 6 C 7 1C 2A 57
Octal 354 335 320 0 6 14 7 34 52 127
Binary 11101100 11011101 11010000 0 110 1100 111 11100 101010 1010111

Color Harmonies of #ECDDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDD0

Black with #ECDDD0

Text Example


Text Example

White with #ECDDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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