Html Css Color HEX #ECDFD3 Spring Wood

📋 copy color: '#ECDFD3'

red 236 ◦ green 223 ◦ blue 211

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

Shades of Spring Wood #ECDFD3

Tints of Spring Wood #ECDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.49%

R = 35.22%
G = 33.28%
B = 31.49%

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

#ECDFD3 (or 0xECDFD3) is known color: Spring Wood. HEX triplet: EC, DF and D3. RGB value is (236,223,211). Sum of RGB (Red+Green+Blue) = 236+223+211=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD3 is #13202C. Grayscale: #E1E1E1. Windows color (decimal): -1253421 or 13885420. OLE color: 13885420.

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

Color convert

RGB 236 223 211 -
CMYK 0 0.06 0.11 0.07
HSL 28.8º 0.4% 0.88% -
HSV(B) 28.8º 0.11% 0.93% -
XYZ 72.74 75.31 72.33 -
YUV 225.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 236 223 211 0 0.06 0.11 0.07 28.8 0.4 0.88
Hex EC DF D3 0 6 B 7 1D 28 58
Octal 354 337 323 0 6 13 7 35 50 130
Binary 11101100 11011111 11010011 0 110 1011 111 11101 101000 1011000

Color Harmonies of #ECDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFD3

Black with #ECDFD3

Text Example


Text Example

White with #ECDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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