Html Css Color HEX #ECDFD6 Spring Wood

📋 copy color: '#ECDFD6'

red 236 ◦ green 223 ◦ blue 214

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

Shades of Spring Wood #ECDFD6

Tints of Spring Wood #ECDFD6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.14%

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

R = 35.07%
G = 33.14%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECDFD6 (or 0xECDFD6) is known color: Spring Wood. HEX triplet: EC, DF and D6. RGB value is (236,223,214). Sum of RGB (Red+Green+Blue) = 236+223+214=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD6 is #132029. Grayscale: #E1E1E1. Windows color (decimal): -1253418 or 14082028. OLE color: 14082028.

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

Color convert

RGB 236 223 214 -
CMYK 0 0.06 0.09 0.07
HSL 24.55º 0.37% 0.88% -
HSV(B) 24.55º 0.09% 0.93% -
XYZ 73.12 75.46 74.33 -
YUV 225.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 236 223 214 0 0.06 0.09 0.07 24.55 0.37 0.88
Hex EC DF D6 0 6 9 7 19 25 58
Octal 354 337 326 0 6 11 7 31 45 130
Binary 11101100 11011111 11010110 0 110 1001 111 11001 100101 1011000

Color Harmonies of #ECDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFD6

Black with #ECDFD6

Text Example


Text Example

White with #ECDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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